Skip to content

Commit

Permalink
3.4.0 - 2021-01-12
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Jan 12, 2021
1 parent 67fdcb3 commit ffdb606
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/algoliasearch-helper/CHANGELOG
@@ -1,3 +1,6 @@
3.4.0 - 2021-01-12
* feat(answers): add `findAnswers` (#804) https://github.com/algolia/algoliasearch-helper-js/commit/4635dd5b911713be7d2a868a79f9150b7bd175bd

3.3.4 - 2020-12-09
* fix: ignore invalid userToken (#802) https://github.com/algolia/algoliasearch-helper-js/commit/a2876c59fb7bdf7bd564c727bc70e7514362e189

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

module.exports = '3.3.4';
module.exports = '3.4.0';

0 comments on commit ffdb606

Please sign in to comment.