Skip to content

Commit

Permalink
3.6.2 - 2021-10-19
Browse files Browse the repository at this point in the history
 * fix(SearchParameters): ignore invalid parameters (algolia/algoliasearch-helper-js#880) algolia/algoliasearch-helper-js@2a2a45f
  • Loading branch information
Haroenv committed Oct 19, 2021
1 parent 18f38b5 commit 5da519b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/algoliasearch-helper/CHANGELOG
@@ -1,3 +1,6 @@
3.6.2 - 2021-10-19
* fix(SearchParameters): ignore invalid parameters (#880) https://github.com/algolia/algoliasearch-helper-js/commit/4ff542b70b92a6b81cce8b9255700b0bc0817edd

3.6.1 - 2021-10-15
* fix(facetOrdering): make sure ordered facets is a dense array (#879) https://github.com/algolia/algoliasearch-helper-js/commit/990f8bc133dd379c457c52f750a87944e2f2924c

Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch-helper/package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.6.1",
"version": "3.6.2",
"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.6.1';
module.exports = '3.6.2';

0 comments on commit 5da519b

Please sign in to comment.