Skip to content

Commit

Permalink
v1.11.13
Browse files Browse the repository at this point in the history
<a name="1.11.13"></a>
## [1.11.13](v1.11.12...v1.11.13) (2017-06-07)

### Bug Fixes

* **url-sync:** reverting back to using `change` event (#2183) ([07f4be0](07f4be0)), closes [#2173](#2173) [#2171](#2171)
  • Loading branch information
Alexandre Stanislawski committed Jun 7, 2017
1 parent 17768da commit 9ef9ed0
Show file tree
Hide file tree
Showing 4 changed files with 13 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.11.13"></a>
## [1.11.13](https://github.com/algolia/instantsearch.js/compare/v1.11.12...v1.11.13) (2017-06-07)


### Bug Fixes

* **url-sync:** reverting back to using `change` event (#2183) ([07f4be0](https://github.com/algolia/instantsearch.js/commit/07f4be0)), closes [#2173](https://github.com/algolia/instantsearch.js/issues/2173) [#2171](https://github.com/algolia/instantsearch.js/issues/2171)



<a name="1.11.12"></a>
## [1.11.12](https://github.com/algolia/instantsearch.js/compare/v1.11.11...v1.11.12) (2017-05-30)

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Requirements](#requirements)
- [Development](#development)
- [Code](#code)
- [Test](#test)
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.12",
"version": "1.11.13",
"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.12';
export default '1.11.13';

0 comments on commit 9ef9ed0

Please sign in to comment.