Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
<a name="5.0.1"></a>
## [5.0.1](v5.0.0...v5.0.1) (2018-03-12)

### Bug Fixes

* **connectInfiniteHits:** always provide an array for hits ([#1064](#1064)) ([c75e38b](c75e38b))
  • Loading branch information
samouss committed Mar 12, 2018
1 parent dcb5519 commit 203170e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.0.1"></a>
## [5.0.1](https://github.com/algolia/react-instantsearch/compare/v5.0.0...v5.0.1) (2018-03-12)


### Bug Fixes

* **connectInfiniteHits:** always provide an array for hits ([#1064](https://github.com/algolia/react-instantsearch/issues/1064)) ([c75e38b](https://github.com/algolia/react-instantsearch/commit/c75e38b))



<a name="5.0.0"></a>
# [5.0.0](https://github.com/algolia/react-instantsearch/compare/v4.5.2...v5.0.0) (2018-03-06)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "5.0.0",
"version": "5.0.1",
"scripts": {
"boot": "./scripts/boot.sh",
"changelog": "conventional-changelog --preset angular --output-unreleased",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-instantsearch",
"version": "5.0.0",
"version": "5.0.1",
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
"keywords": [
"algolia",
Expand Down

0 comments on commit 203170e

Please sign in to comment.