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

Commit 2053c79

Browse files
committed
3.5.5 - 2021-07-30
* feat(ts): allow showParentLevel in hierarchicalFacet cef547d
1 parent cef547d commit 2053c79

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.5 - 2021-07-30
2+
* feat(ts): allow showParentLevel in hierarchicalFacet https://github.com/algolia/algoliasearch-helper-js/commit/cef547d8f48bf2cdb2d28476f8d3715c1b1a40d8
3+
14
3.5.4 - 2021-07-05
25
* fix(facetOrdering): facetOrdering.facets, not facetOrdering.facet https://github.com/algolia/algoliasearch-helper-js/commit/97d769adf68458a04605ca7ac0e35ade5c4bc646
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.4",
3+
"version": "3.5.5",
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.4';
3+
module.exports = '3.5.5';

0 commit comments

Comments
 (0)