Skip to content

Commit

Permalink
v1.11.4
Browse files Browse the repository at this point in the history
<a name="1.11.4"></a>
## [1.11.4](v1.11.3...v1.11.4) (2017-03-29)

### Bug Fixes

* **autoHideContainer:** dont prevent render with `shouldComponentUpdate` (#2076) ([b520400](b520400))
* **star-rating:** make max value inclusive ([f5fc41c](f5fc41c)), closes [#2002](#2002)
  • Loading branch information
Alexandre Stanislawski committed Mar 29, 2017
1 parent f5fc41c commit 098e2da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="1.11.4"></a>
## [1.11.4](https://github.com/algolia/instantsearch.js/compare/v1.11.3...v1.11.4) (2017-03-29)


### Bug Fixes

* **autoHideContainer:** dont prevent render with `shouldComponentUpdate` (#2076) ([b520400](https://github.com/algolia/instantsearch.js/commit/b520400))
* **star-rating:** make max value inclusive ([f5fc41c](https://github.com/algolia/instantsearch.js/commit/f5fc41c)), closes [#2002](https://github.com/algolia/instantsearch.js/issues/2002)



<a name="1.11.3"></a>
## [1.11.3](https://github.com/algolia/instantsearch.js/compare/v1.11.2...v1.11.3) (2017-03-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "instantsearch.js",
"version": "1.11.3",
"version": "1.11.4",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.js/",
"main": "dist-es5-module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.11.3';
export default '1.11.4';

0 comments on commit 098e2da

Please sign in to comment.