Skip to content

Commit

Permalink
chore: release v2.17.3 (#563)
Browse files Browse the repository at this point in the history
This pull request prepares the following release:
| Repository | Branch | Update | Change |
|---|---|---|---|
| [search-insights.js](https://github.com/algolia/search-insights.js) |
releases/v2.17.3 | patch | [`2.17.2` →
`2.17.3`](v2.17.2...releases/v2.17.3)
|

### Release Summary
This is going to be published with the following command:

```npm_config_registry=https://registry.npmjs.org/ npm publish --tag latest```

### Merging Instructions
When merging this pull request, you need to **Squash and merge** and make sure that the title starts with `chore: release v2.17.3`.
<details>
<summary>See details</summary>

After that, a commit `chore: release v2.17.3` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit.
![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.26.3/assets/squash-and-merge.png)
</details>

---

_This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_.

Co-authored-by: algobot <algobot@users.noreply.github.com>
  • Loading branch information
algolia-bot and algobot authored Nov 18, 2024
1 parent 86164bb commit 83ad805
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.17.3](https://github.com/algolia/search-insights.js/compare/v2.17.2...v2.17.3) (2024-11-05)


### Bug Fixes

* save existing anon tokens for multiple init calls ([#562](https://github.com/algolia/search-insights.js/issues/562)) ([86164bb](https://github.com/algolia/search-insights.js/commit/86164bb95ca111e53336d88c849f2a5adb874d88))



## [2.17.2](https://github.com/algolia/search-insights.js/compare/v2.17.1...v2.17.2) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion docs/requirejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ change `ALGOLIA_INSIGHTS_SRC` to point to the IIFE build, and load it via a `<sc
<!-- prettier-ignore-start -->
```html
<script>
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/search-insights@2.17.2/dist/search-insights.iife.min.js";
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/search-insights@2.17.3/dist/search-insights.iife.min.js";
!function(e,a,t,n,s,i,c){e.AlgoliaAnalyticsObject=s,e[s]=e[s]||function(){
(e[s].queue=e[s].queue||[]).push(arguments)},e[s].version=(n.match(/@([^\/]+)\/?/) || [])[1],i=a.createElement(t),c=a.getElementsByTagName(t)[0],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "search-insights",
"description": "Library for reporting click, conversion and view metrics using the Algolia Insights API",
"version": "2.17.2",
"version": "2.17.3",
"jsdelivr": "dist/search-insights.min.js",
"main": "index-node.cjs",
"types": "index-node.d.ts",
Expand Down

0 comments on commit 83ad805

Please sign in to comment.