Skip to content

Commit

Permalink
chore: release v2.2.1 (#346)
Browse files Browse the repository at this point in the history
* chore: release v2.2.1

* Update CHANGELOG.md

Co-authored-by: algobot <[email protected]>
Co-authored-by: Eunjae Lee <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2021
1 parent d4012a7 commit e1884f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.1](https://github.com/algolia/search-insights.js/compare/v2.2.0...v2.2.1) (2021-12-14)


### Bug Fixes

* encodeURIComponent filters ([#342](https://github.com/algolia/search-insights.js/issues/342)) ([d4012a7](https://github.com/algolia/search-insights.js/commit/d4012a7dc8baad93ac9f0489dbae88a9d752d961))


# [2.2.0](https://github.com/algolia/search-insights.js/compare/v2.1.0...v2.2.0) (2021-12-07)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We recommend loading the library by adding the snippet below to all pages where
<!-- prettier-ignore-start -->
```html
<script>
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected].0";
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected].1";
!function(e,a,t,n,s,i,c){e.AlgoliaAnalyticsObject=s,e[s]=e[s]||function(){
(e[s].queue=e[s].queue||[]).push(arguments)},i=a.createElement(t),c=a.getElementsByTagName(t)[0],
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.2.0",
"version": "2.2.1",
"jsdelivr": "dist/search-insights.min.js",
"main": "index-node.cjs.js",
"types": "index-node.cjs.d.ts",
Expand Down

0 comments on commit e1884f4

Please sign in to comment.