Skip to content

Commit

Permalink
v3.5.3
Browse files Browse the repository at this point in the history
## [3.5.3](v3.5.2...v3.5.3) (2019-05-28)

### Bug Fixes
* **voiceSearch:** let the connector handle the default value of searchAsYouSpeak when it's not given ([#3817](#3817)) ([9d3e91b](9d3e91b))
* **getTag:** use object version of toString ([#3820](#3820)) ([a7348ea](a7348ea))
* **types:** fix cssClasses of voiceSearch ([#3783](#3783)) ([f016326](f016326))
  • Loading branch information
Haroenv committed May 28, 2019
1 parent 742f498 commit 6024146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,9 @@
## [3.5.2](https://github.com/algolia/instantsearch.js/compare/v3.5.1...v3.5.2) (2019-05-28)
## [3.5.3](https://github.com/algolia/instantsearch.js/compare/v3.5.1...v3.5.3) (2019-05-28)


### Bug Fixes

* **voiceSearch:** let the connector handle the default value of searchAsYouSpeak when it's not given ([#3817](https://github.com/algolia/instantsearch.js/issues/3817)) ([9d3e91b](https://github.com/algolia/instantsearch.js/commit/9d3e91b))
* **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))

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "3.5.2",
"version": "3.5.3",
"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.2';
export default '3.5.3';

0 comments on commit 6024146

Please sign in to comment.