Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
<a name=2.3.0></a>
# [2.3.0](v2.3.0-beta.7...v2.3.0) (2017-11-30)

### Bug Fixes

* **InstantSearch.dispose:** dont call  of URLSync widget ([#2604](#2604)) ([3234b12](3234b12))

### Features

* **core:** provide information about stalled search to widgets ([#2569](#2569)) ([d104be1](d104be1))
  • Loading branch information
Alex S committed Nov 30, 2017
1 parent 3b65978 commit 7d0d9e5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.3.0"></a>
# [2.3.0](https://github.com/algolia/instantsearch.js/compare/v2.3.0-beta.7...v2.3.0) (2017-11-30)


### Bug Fixes

* **InstantSearch.dispose:** dont call `getConfiguration` of URLSync widget ([#2604](https://github.com/algolia/instantsearch.js/issues/2604)) ([3234b12](https://github.com/algolia/instantsearch.js/commit/3234b12))


### Features

* **core:** provide information about stalled search to widgets ([#2569](https://github.com/algolia/instantsearch.js/issues/2569)) ([d104be1](https://github.com/algolia/instantsearch.js/commit/d104be1))



<a name="2.2.5"></a>
## [2.2.5](https://github.com/algolia/instantsearch.js/compare/v2.2.4...v2.2.5) (2017-11-20)

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": "2.3.0-beta.7",
"version": "2.3.0",
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
"homepage": "https://community.algolia.com/instantsearch.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 '2.3.0-beta.7';
export default '2.3.0';

0 comments on commit 7d0d9e5

Please sign in to comment.