Skip to content

Commit

Permalink
3.4.3 - 2021-02-15
Browse files Browse the repository at this point in the history
 * docs(examples): remove frameworks algolia/algoliasearch-helper-js@a353e95
 * fix(ts): correct type for HierarchicalFacet parameter (algolia/algoliasearch-helper-js#811) algolia/algoliasearch-helper-js@87b2173
  • Loading branch information
Haroenv committed Feb 15, 2021
1 parent 62e19d8 commit 0713118
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/algoliasearch-helper/CHANGELOG
@@ -1,3 +1,7 @@
3.4.3 - 2021-02-15
* docs(examples): remove frameworks https://github.com/algolia/algoliasearch-helper-js/commit/c71f9c5210dcd140a9ac9b350047da75bcda7c77
* fix(ts): correct type for HierarchicalFacet parameter (#811) https://github.com/algolia/algoliasearch-helper-js/commit/3b705dd4b22aa57c0ecd6533ea515fdafa7fd5f9

3.4.2 - 2021-02-10
* fix(types): add relevancyStrictness to SearchParameters (#810) https://github.com/algolia/algoliasearch-helper-js/commit/3860179c63c31bce0df82337d4000c7449ef516a

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

0 comments on commit 0713118

Please sign in to comment.