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

Commit fa9edb0

Browse files
committed
3.4.2 - 2021-02-10
* fix(types): add relevancyStrictness to SearchParameters (#810) 3860179
1 parent 3860179 commit fa9edb0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.4.2 - 2021-02-10
2+
* fix(types): add relevancyStrictness to SearchParameters (#810) https://github.com/algolia/algoliasearch-helper-js/commit/3860179c63c31bce0df82337d4000c7449ef516a
3+
14
3.4.1 - 2021-02-10
25
* chore: update yarn.lock https://github.com/algolia/algoliasearch-helper-js/commit/4f9360cf069d2fb4bffc16661b6f8eed46ec19c4
36
* fix(ts): add types for smart sort (#809) https://github.com/algolia/algoliasearch-helper-js/commit/236822e0f041ecb2e926740cff7e6ecdadccc604

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algoliasearch-helper",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Helper for implementing advanced search features with algolia",
55
"main": "index.js",
66
"types": "index.d.ts",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict';
22

3-
module.exports = '3.4.1';
3+
module.exports = '3.4.2';

0 commit comments

Comments
 (0)