Skip to content

Commit e9a4c10

Browse files
algolia-botalgobot
andauthored
chore: release v2.17.2 (#559)
This pull request prepares the following release: | Repository | Branch | Update | Change | |---|---|---|---| | [search-insights.js](https://github.com/algolia/search-insights.js) | releases/v2.17.2 | patch | [`2.17.1` → `2.17.2`](v2.17.1...releases/v2.17.2) | ### 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.2`. <details> <summary>See details</summary> After that, a commit `chore: release v2.17.2` 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 <[email protected]>
1 parent eb460a8 commit e9a4c10

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.17.2](https://github.com/algolia/search-insights.js/compare/v2.17.1...v2.17.2) (2024-09-11)
2+
3+
4+
### Bug Fixes
5+
6+
* check if localStorage is usable before using it ([#558](https://github.com/algolia/search-insights.js/issues/558)) ([eb460a8](https://github.com/algolia/search-insights.js/commit/eb460a82e907537054d631f1e1de261ee9b8f1ce)), closes [#556](https://github.com/algolia/search-insights.js/issues/556)
7+
* don't store query/object associations when userHasOptedOut is true ([#557](https://github.com/algolia/search-insights.js/issues/557)) ([7c4ab3a](https://github.com/algolia/search-insights.js/commit/7c4ab3a690fbc53485d8341be9d0ab827538cda7))
8+
9+
10+
111
## [2.17.1](https://github.com/algolia/search-insights.js/compare/v2.17.0...v2.17.1) (2024-09-03)
212

313

docs/requirejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ change `ALGOLIA_INSIGHTS_SRC` to point to the IIFE build, and load it via a `<sc
1010
<!-- prettier-ignore-start -->
1111
```html
1212
<script>
13-
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected].1/dist/search-insights.iife.min.js";
13+
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected].2/dist/search-insights.iife.min.js";
1414
1515
!function(e,a,t,n,s,i,c){e.AlgoliaAnalyticsObject=s,e[s]=e[s]||function(){
1616
(e[s].queue=e[s].queue||[]).push(arguments)},e[s].version=(n.match(/@([^\/]+)\/?/) || [])[1],i=a.createElement(t),c=a.getElementsByTagName(t)[0],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "search-insights",
33
"description": "Library for reporting click, conversion and view metrics using the Algolia Insights API",
4-
"version": "2.17.1",
4+
"version": "2.17.2",
55
"jsdelivr": "dist/search-insights.min.js",
66
"main": "index-node.cjs",
77
"types": "index-node.d.ts",

0 commit comments

Comments
 (0)