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

Commit 097ab82

Browse files
committed
3.4.1 - 2021-02-10
* chore: update yarn.lock 4f9360c * fix(ts): add types for smart sort (#809) 236822e * fix(ts): make queryID optional (#806) 67ad89b
1 parent 4f9360c commit 097ab82

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.4.1 - 2021-02-10
2+
* chore: update yarn.lock https://github.com/algolia/algoliasearch-helper-js/commit/4f9360cf069d2fb4bffc16661b6f8eed46ec19c4
3+
* fix(ts): add types for smart sort (#809) https://github.com/algolia/algoliasearch-helper-js/commit/236822e0f041ecb2e926740cff7e6ecdadccc604
4+
* fix(ts): make queryID optional (#806) https://github.com/algolia/algoliasearch-helper-js/commit/67ad89bace2b3795a4d4281f97b4edf557b6903d
5+
16
3.4.0 - 2021-01-12
27
* feat(answers): add `findAnswers` (#804) https://github.com/algolia/algoliasearch-helper-js/commit/4635dd5b911713be7d2a868a79f9150b7bd175bd
38

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.0",
3+
"version": "3.4.1",
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.0';
3+
module.exports = '3.4.1';

0 commit comments

Comments
 (0)