Skip to content

Commit

Permalink
3.4.2 - 2021-02-10
Browse files Browse the repository at this point in the history
 * fix(types): add relevancyStrictness to SearchParameters (algolia/algoliasearch-helper-js#810) algolia/algoliasearch-helper-js@c385c10
  • Loading branch information
eunjae-lee committed Feb 10, 2021
1 parent 31dbc3b commit b77fa49
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.2 - 2021-02-10
* fix(types): add relevancyStrictness to SearchParameters (#810) https://github.com/algolia/algoliasearch-helper-js/commit/3860179c63c31bce0df82337d4000c7449ef516a

3.4.1 - 2021-02-10
* chore: update yarn.lock https://github.com/algolia/algoliasearch-helper-js/commit/4f9360cf069d2fb4bffc16661b6f8eed46ec19c4
* fix(ts): add types for smart sort (#809) https://github.com/algolia/algoliasearch-helper-js/commit/236822e0f041ecb2e926740cff7e6ecdadccc604
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.4.1",
"version": "3.4.2",
"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.4.1';
module.exports = '3.4.2';

0 comments on commit b77fa49

Please sign in to comment.