Skip to content

Commit

Permalink
3.5.0 - 2021-06-14
Browse files Browse the repository at this point in the history
 * feat(getFacetValues): process facetOrdering (algolia/algoliasearch-helper-js#822) algolia/algoliasearch-helper-js@6fca6be
  • Loading branch information
Haroenv committed Jun 14, 2021
1 parent e632e3d commit 3eed51f
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.5.0 - 2021-06-14
* feat(getFacetValues): process facetOrdering (#822) https://github.com/algolia/algoliasearch-helper-js/commit/8c7ff444407cc7855c4d76b15954f4a6864d0b5d

3.4.5 - 2021-06-10
* feat(ts): document renderingContent (#823) https://github.com/algolia/algoliasearch-helper-js/commit/7b176a7bbc38de193ac1c6a34dacde63059e4b3b

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

0 comments on commit 3eed51f

Please sign in to comment.