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

Commit b5b3d72

Browse files
committed
3.6.0 - 2021-10-08
* ci(circle): update node image (#875) 3648463 * feat(facets): when * is present, only send that parameter (#874) fc183ec
1 parent fc183ec commit b5b3d72

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.6.0 - 2021-10-08
2+
* ci(circle): update node image (#875) https://github.com/algolia/algoliasearch-helper-js/commit/36484631c25e9d286b1d2d73cf3a388d4dba2587
3+
* feat(facets): when * is present, only send that parameter (#874) https://github.com/algolia/algoliasearch-helper-js/commit/fc183ec2910d4ba33067b3487f3a70e940fd24d3
4+
15
3.5.5 - 2021-07-30
26
* feat(ts): allow showParentLevel in hierarchicalFacet https://github.com/algolia/algoliasearch-helper-js/commit/cef547d8f48bf2cdb2d28476f8d3715c1b1a40d8
37

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

0 commit comments

Comments
 (0)