Skip to content

Commit

Permalink
v2.10.5
Browse files Browse the repository at this point in the history
<a name="2.10.5"></a>

* **routing:** enforce RoutingManager is the last widget ([#3149](#3149)) ([1e86b2e](1e86b2e)), closes [#3148](#3148)
* **routing:** support parsing URLs with up to 100 refinements ([#3935](#3935)) ([d6476e2](d6476e2))
  • Loading branch information
yannickcr committed Jul 10, 2019
1 parent d6476e2 commit 12f4732
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="2.10.5"></a>
## [2.10.5](https://github.com/algolia/instantsearch.js/compare/v2.10.4...v2.10.5) (2019-07-10)


### Bug Fixes

* **routing:** enforce RoutingManager is the last widget ([#3149](https://github.com/algolia/instantsearch.js/issues/3149)) ([1e86b2e](https://github.com/algolia/instantsearch.js/commit/1e86b2e)), closes [#3148](https://github.com/algolia/instantsearch.js/issues/3148)
* **routing:** support parsing URLs with up to 100 refinements ([#3935](https://github.com/algolia/instantsearch.js/issues/3935)) ([d6476e2](https://github.com/algolia/instantsearch.js/commit/d6476e2))



<a name="2.10.4"></a>
## [2.10.4](https://github.com/algolia/instantsearch.js/compare/v2.10.3...v2.10.4) (2018-10-30)

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

0 comments on commit 12f4732

Please sign in to comment.