This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
3.4.0 - 2021-01-12
2
7
* feat(answers): add `findAnswers` (#804) https://github.com/algolia/algoliasearch-helper-js/commit/4635dd5b911713be7d2a868a79f9150b7bd175bd
3
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch-helper" ,
3
- "version" : " 3.4.0 " ,
3
+ "version" : " 3.4.1 " ,
4
4
"description" : " Helper for implementing advanced search features with algolia" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
- module . exports = '3.4.0 ' ;
3
+ module . exports = '3.4.1 ' ;
You can’t perform that action at this time.
0 commit comments