diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b996fd78f..6b2e7f7133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [5.1.0](https://github.com/algolia/react-instantsearch/compare/v5.0.3...v5.1.0) (2018-05-28) + + +### Bug Fixes + +* **connectInfiniteHits:** always set a value for previous page ([#1195](https://github.com/algolia/react-instantsearch/issues/1195)) ([4c218d5](https://github.com/algolia/react-instantsearch/commit/4c218d5)) +* **indexUtils:** avoid throw an error on cleanUp multi indices ([#1265](https://github.com/algolia/react-instantsearch/issues/1265)) ([12f5ace](https://github.com/algolia/react-instantsearch/commit/12f5ace)) + + +### Features + +* **searchClient:** Add support for custom Search Clients ([#1216](https://github.com/algolia/react-instantsearch/issues/1216)) ([174cc28](https://github.com/algolia/react-instantsearch/commit/174cc28)) + + + ## [5.0.3](https://github.com/algolia/react-instantsearch/compare/v5.0.2...v5.0.3) (2018-04-03) diff --git a/package.json b/package.json index af877ff071..01a87278a1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.3", + "version": "5.1.0", "private": true, "license": "MIT", "workspaces": [ diff --git a/packages/react-instantsearch/package.json b/packages/react-instantsearch/package.json index 660237846d..37d74f5d3a 100644 --- a/packages/react-instantsearch/package.json +++ b/packages/react-instantsearch/package.json @@ -1,6 +1,6 @@ { "name": "react-instantsearch", - "version": "5.0.3", + "version": "5.1.0", "description": "⚡ Lightning-fast search for React and React Native apps, by Algolia", "keywords": [ "algolia",