Skip to content

Commit

Permalink
v1.8.9
Browse files Browse the repository at this point in the history
<a name="1.8.9"></a>
## [1.8.9](v1.8.8...v1.8.9) (2016-10-07)

### Bug Fixes

* **react:** avoid duplicating React ([59010f6](59010f6)), closes [#1386](#1386)
  • Loading branch information
vvo committed Oct 7, 2016
1 parent 682479b commit 7105949
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="1.8.9"></a>
## [1.8.9](https://github.com/algolia/instantsearch.js/compare/v1.8.8...v1.8.9) (2016-10-07)


### Bug Fixes

* **react:** avoid duplicating React ([59010f6](https://github.com/algolia/instantsearch.js/commit/59010f6)), closes [#1386](https://github.com/algolia/instantsearch.js/issues/1386)



<a name="1.8.8"></a>
## [1.8.8](https://github.com/algolia/instantsearch.js/compare/v1.8.6...v1.8.8) (2016-09-14)

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.8.8",
"version": "1.8.9",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"main": "dist-es5-module/index.js",
"author": "Algolia <support@algolia.com>",
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.8.8';
export default '1.8.9';

0 comments on commit 7105949

Please sign in to comment.