From 2fb7ee1700afadaa41b91528d4a078a9563eb435 Mon Sep 17 00:00:00 2001 From: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:34:43 +0200 Subject: [PATCH] chore: release v2.16.0 (#542) 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.16.0 | minor | [`2.15.0` → `2.16.0`](https://github.com/algolia/search-insights.js/compare/v2.15.0...releases/v2.16.0) | ### 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.16.0`.
See details After that, a commit `chore: release v2.16.0` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit. ![Squash and merge](https://github.com/raw/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 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc8071d..9b9cb0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.16.0](https://github.com/algolia/search-insights.js/compare/v2.15.0...v2.16.0) (2024-08-06) + + +### Features + +* add esm configuration to rollup/package.json and add the node/browser output files ([#531](https://github.com/algolia/search-insights.js/issues/531)) ([bd14e19](https://github.com/algolia/search-insights.js/commit/bd14e19d0cad69dc152df85f2eb7d33e915a60c1)) + + + # [2.15.0](https://github.com/algolia/search-insights.js/compare/v2.14.0...v2.15.0) (2024-07-09) diff --git a/package.json b/package.json index 2573e91b..c5ce375f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "search-insights", "description": "Library for reporting click, conversion and view metrics using the Algolia Insights API", - "version": "2.15.0", + "version": "2.16.0", "jsdelivr": "dist/search-insights.min.js", "main": "index-node.cjs.js", "types": "index-node.cjs.d.ts",