Skip to content

Commit

Permalink
3.6.0 - 2021-10-08
Browse files Browse the repository at this point in the history
 * ci(circle): update node image (algolia/algoliasearch-helper-js#875) algolia/algoliasearch-helper-js@d9a3e10
 * feat(facets): when * is present, only send that parameter (algolia/algoliasearch-helper-js#874) algolia/algoliasearch-helper-js@d1282bb
  • Loading branch information
Haroenv committed Oct 8, 2021
1 parent 99245af commit abf6f50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/algoliasearch-helper/CHANGELOG
@@ -1,3 +1,7 @@
3.6.0 - 2021-10-08
* ci(circle): update node image (#875) https://github.com/algolia/algoliasearch-helper-js/commit/36484631c25e9d286b1d2d73cf3a388d4dba2587
* feat(facets): when * is present, only send that parameter (#874) https://github.com/algolia/algoliasearch-helper-js/commit/fc183ec2910d4ba33067b3487f3a70e940fd24d3

3.5.5 - 2021-07-30
* feat(ts): allow showParentLevel in hierarchicalFacet https://github.com/algolia/algoliasearch-helper-js/commit/cef547d8f48bf2cdb2d28476f8d3715c1b1a40d8

Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.5.5",
"version": "3.6.0",
"description": "Helper for implementing advanced search features with algolia",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/src/version.js
@@ -1,3 +1,3 @@
'use strict';

module.exports = '3.5.5';
module.exports = '3.6.0';

0 comments on commit abf6f50

Please sign in to comment.