Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
* **getTag:** ([#3820](#3820)) ([a7348ea](a7348ea))
* **types:** fix cssClasses of voiceSearch ([#3783](#3783)) ([f016326](f016326))
  • Loading branch information
Haroenv committed May 28, 2019
1 parent a7348ea commit 7488b57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [3.5.2](https://github.com/algolia/instantsearch.js/compare/v3.5.1...v3.5.2) (2019-05-28)


### Bug Fixes

* **getTag:** use object version of toString ([#3820](https://github.com/algolia/instantsearch.js/issues/3820)) ([a7348ea](https://github.com/algolia/instantsearch.js/commit/a7348ea))
* **types:** fix cssClasses of voiceSearch ([#3783](https://github.com/algolia/instantsearch.js/issues/3783)) ([f016326](https://github.com/algolia/instantsearch.js/commit/f016326))



# [3.5.1](https://github.com/algolia/instantsearch.js/compare/v3.4.0...v3.5.1) (2019-05-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "3.5.1",
"version": "3.5.2",
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
"homepage": "https://community.algolia.com/instantsearch.js/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
@@ -1 +1 @@
export default '3.5.1';
export default '3.5.2';

0 comments on commit 7488b57

Please sign in to comment.