Skip to content

Commit

Permalink
chore: release v2.0.4 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Oct 13, 2021
1 parent b12927c commit 512b928
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.0.4](https://github.com/algolia/search-insights.js/compare/v2.0.3...v2.0.4) (2021-10-13)


### Bug Fixes

* remove initSearch method (no longer in use) ([#327](https://github.com/algolia/search-insights.js/issues/327)) ([b4b4e9e](https://github.com/algolia/search-insights.js/commit/b4b4e9ee847a245f16293d89a697aca2b97878e4))
* remove validation before sending events ([#325](https://github.com/algolia/search-insights.js/issues/325)) ([2b7f1a6](https://github.com/algolia/search-insights.js/commit/2b7f1a6e1a2e615199050d5482da776f464528a2))



## [2.0.3](https://github.com/algolia/search-insights.js/compare/v2.0.2...v2.0.3) (2021-09-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].3";
var ALGOLIA_INSIGHTS_SRC = "https://cdn.jsdelivr.net/npm/[email protected].4";
!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.0.3",
"version": "2.0.4",
"jsdelivr": "dist/search-insights.min.js",
"main": "index-node.cjs.js",
"types": "index-node.cjs.d.ts",
Expand Down

0 comments on commit 512b928

Please sign in to comment.