diff --git a/CHANGELOG b/CHANGELOG index 3ea143885..e7fb42d9b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +3.7.2 - 2022-03-18 + * chore(docs): fix capitalization of Github and npm https://github.com/algolia/algoliasearch-helper-js/commit/5babbcad0b3d406a0b56f7a55682ff169e2b853f + * fix(results): implement search result options via an argument https://github.com/algolia/algoliasearch-helper-js/commit/4e6ac6926bd284c7eafe060480fc4258844d121a + 3.7.1 - 2022-03-17 * docs(readme): fixed angular.js example link (#885) https://github.com/algolia/algoliasearch-helper-js/commit/c16287e6685040a3786b8d0bac0922cdc583134e, closes https://github.com/algolia/algoliasearch-helper-js/issues/885 * fix(types): allow "__isArtificial" (#890) https://github.com/algolia/algoliasearch-helper-js/commit/1e2aef0fb8aa88c80b985ef009bff5a3dd71ca80 diff --git a/package.json b/package.json index f24e28d00..7c780090b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algoliasearch-helper", - "version": "3.7.1", + "version": "3.7.2", "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 772f936c3..3d640afa2 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ 'use strict'; -module.exports = '3.7.1'; +module.exports = '3.7.2';