Skip to content

Commit

Permalink
chore: release v2.11.0 (#520)
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.11.0 | minor | [`2.10.0` →
`2.11.0`](v2.10.0...releases/v2.11.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.11.0`.
<details>
<summary>See details</summary>

After that, a commit `chore: release v2.11.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://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]>
  • Loading branch information
algolia-bot and algobot authored Nov 17, 2023
1 parent 59ee603 commit 70bae93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.11.0](https://github.com/algolia/search-insights.js/compare/v2.10.0...v2.11.0) (2023-11-17)


### Features

* enable unsetting authenticatedUserToken ([#518](https://github.com/algolia/search-insights.js/issues/518)) ([aa1198a](https://github.com/algolia/search-insights.js/commit/aa1198a1f2c4c8afc864115011cc262f3763a826))



# [2.10.0](https://github.com/algolia/search-insights.js/compare/v2.9.0...v2.10.0) (2023-11-07)


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.10.0",
"version": "2.11.0",
"jsdelivr": "dist/search-insights.min.js",
"main": "index-node.cjs.js",
"types": "index-node.cjs.d.ts",
Expand Down

0 comments on commit 70bae93

Please sign in to comment.