Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
3.3.4 - 2020-12-09
Browse files Browse the repository at this point in the history
 * fix: ignore invalid userToken (#802) a2876c5
  • Loading branch information
eunjae-lee committed Dec 9, 2020
1 parent a2876c5 commit 22d8ed4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,3 +1,6 @@
3.3.4 - 2020-12-09
* fix: ignore invalid userToken (#802) https://github.com/algolia/algoliasearch-helper-js/commit/a2876c59fb7bdf7bd564c727bc70e7514362e189

3.3.3 - 2020-12-02
* fix(removeNumericRefinement): clear empty refinements (#801) https://github.com/algolia/algoliasearch-helper-js/commit/844f7d787de4897f17ebd5982f20316d7cb75a7d

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.3.3",
"version": "3.3.4",
"description": "Helper for implementing advanced search features with algolia",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
@@ -1,3 +1,3 @@
'use strict';

module.exports = '3.3.3';
module.exports = '3.3.4';

0 comments on commit 22d8ed4

Please sign in to comment.