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

Commit

Permalink
3.11.2 - 2023-01-09
Browse files Browse the repository at this point in the history
 * feat: update Algolia logo (#918) 58e0e58
 * fix: prevent prototype pollution in rare error-cases (#923) 7ae16ea, closes #922
 * fix(answers): deprecate findAnswers (#919) 0711861
  • Loading branch information
Haroenv committed Jan 9, 2023
1 parent 7ae16ea commit 788c83f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
3.11.2 - 2023-01-09
* feat: update Algolia logo (#918) https://github.com/algolia/algoliasearch-helper-js/commit/58e0e588195dde8f411383ad248bd112a9c01eb5
* fix: prevent prototype pollution in rare error-cases (#923) https://github.com/algolia/algoliasearch-helper-js/commit/7ae16eaa3f5732b96f1fa40973778c5494e77b89, closes https://github.com/algolia/algoliasearch-helper-js/issues/922
* fix(answers): deprecate findAnswers (#919) https://github.com/algolia/algoliasearch-helper-js/commit/07118610d3da07d04390d7b79e857122e98a3db5

3.11.1 - 2022-09-12
* fix(facetValues): use existing facet filters in multi queries for hierarchical facet values (#915) https://github.com/algolia/algoliasearch-helper-js/commit/bae388c7143653e74628dbd3c72979a51be6ab7f

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "algoliasearch-helper",
"version": "3.11.0",
"version": "3.11.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 src/version.js
@@ -1,3 +1,3 @@
'use strict';

module.exports = '3.11.1';
module.exports = '3.11.2';

0 comments on commit 788c83f

Please sign in to comment.