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

Commit 3b4cdd9

Browse files
committed
3.5.4 - 2021-07-05
* fix(facetOrdering): facetOrdering.facets, not facetOrdering.facet 97d769a
1 parent 97d769a commit 3b4cdd9

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.5.4 - 2021-07-05
2+
* fix(facetOrdering): facetOrdering.facets, not facetOrdering.facet https://github.com/algolia/algoliasearch-helper-js/commit/97d769adf68458a04605ca7ac0e35ade5c4bc646
3+
14
3.5.3 - 2021-06-14
25
* fix(ts): correct required for getFacetValues https://github.com/algolia/algoliasearch-helper-js/commit/55a909fe1ef892b3e76ddc109155336c77875292
36

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

0 commit comments

Comments
 (0)