diff --git a/CHANGELOG b/CHANGELOG index 972704f13..357b8a610 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.5.3 - 2021-06-14 + * fix(ts): correct required for getFacetValues https://github.com/algolia/algoliasearch-helper-js/commit/55a909fe1ef892b3e76ddc109155336c77875292 + 3.5.2 - 2021-06-14 * fix(facetOrdering): hierarchical attributes sort by path https://github.com/algolia/algoliasearch-helper-js/commit/c1d9764b7ed9492356a8b9ccfdb980fe0361c46f diff --git a/package.json b/package.json index 8771c6f65..cefbd907b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algoliasearch-helper", - "version": "3.5.2", + "version": "3.5.3", "description": "Helper for implementing advanced search features with algolia", "main": "index.js", "types": "index.d.ts", diff --git a/src/version.js b/src/version.js index 9caba0773..619a84abe 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ 'use strict'; -module.exports = '3.5.2'; +module.exports = '3.5.3';