From 7488b571dac90238ad6cf3e54b9cd4726d232104 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 28 May 2019 09:49:19 +0200 Subject: [PATCH] v3.5.2 * **getTag:** ([#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)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/lib/version.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b4d75fae..f73e88f20c 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 0cf2f68caa..d96143938f 100644 --- a/package.json +++ b/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": [ diff --git a/src/lib/version.ts b/src/lib/version.ts index 319de4a4ce..27606aa3bf 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1 +1 @@ -export default '3.5.1'; +export default '3.5.2';