From e9a4c10161cd0ca5fc52f6fdcb24f0e2c6816e22 Mon Sep 17 00:00:00 2001 From: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:42:02 +0200 Subject: [PATCH] chore: release v2.17.2 (#559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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`](https://github.com/algolia/search-insights.js/compare/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`.
See details 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)
--- _This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_. Co-authored-by: algobot --- CHANGELOG.md | 10 ++++++++++ docs/requirejs.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90afdede..0191ee0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.17.2](https://github.com/algolia/search-insights.js/compare/v2.17.1...v2.17.2) (2024-09-11) + + +### Bug Fixes + +* 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) +* 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)) + + + ## [2.17.1](https://github.com/algolia/search-insights.js/compare/v2.17.0...v2.17.1) (2024-09-03) diff --git a/docs/requirejs.md b/docs/requirejs.md index be3392fc..1a1bfb1c 100644 --- a/docs/requirejs.md +++ b/docs/requirejs.md @@ -10,7 +10,7 @@ change `ALGOLIA_INSIGHTS_SRC` to point to the IIFE build, and load it via a ` ```html