From d2c3e983c09854f5139cc31f0a1210b37829daa6 Mon Sep 17 00:00:00 2001 From: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:11:45 +0200 Subject: [PATCH] chore: release v2.17.1 (#555) 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.1 | patch | [`2.17.0` → `2.17.1`](https://github.com/algolia/search-insights.js/compare/v2.17.0...releases/v2.17.1) | ### 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.1`.
See details After that, a commit `chore: release v2.17.1` 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 | 9 +++++++++ docs/requirejs.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a337b7..90afdede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.17.1](https://github.com/algolia/search-insights.js/compare/v2.17.0...v2.17.1) (2024-09-03) + + +### Bug Fixes + +* don't set Content-Length in XMLHttpRequest fn ([#554](https://github.com/algolia/search-insights.js/issues/554)) ([e3aaa8e](https://github.com/algolia/search-insights.js/commit/e3aaa8e370d8a404d7fecf0e2a2b76c716d03a39)), closes [/github.com/algolia/search-insights.js/pull/358#issuecomment-2324026184](https://github.com//github.com/algolia/search-insights.js/pull/358/issues/issuecomment-2324026184) + + + # [2.17.0](https://github.com/algolia/search-insights.js/compare/v2.16.3...v2.17.0) (2024-08-23) diff --git a/docs/requirejs.md b/docs/requirejs.md index a764734f..be3392fc 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