Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
<a name=2.1.4></a>
## [2.1.4](v2.1.3...v2.1.4) (2017-09-14)

### Bug Fixes

* **release-script:** Add the generation of changelog for the release ([#2333](#2333)) ([9a2f70b](9a2f70b))
* **slider:** edge case when min > max ([#2336](#2336)) ([8830ab0](8830ab0))
* **slider:** Fix range slider dev env ([#2320](#2320)) ([e78de70](e78de70))
* **slider:** use algolia fork of rheostat ([#2335](#2335)) ([9eae009](9eae009))
  • Loading branch information
Alex S committed Sep 14, 2017
1 parent 9a2f70b commit 4a516ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="2.1.4"></a>
## [2.1.4](https://github.com/algolia/instantsearch.js/compare/v2.1.3...v2.1.4) (2017-09-14)


### Bug Fixes

* **release-script:** Add the generation of changelog for the release ([#2333](https://github.com/algolia/instantsearch.js/issues/2333)) ([9a2f70b](https://github.com/algolia/instantsearch.js/commit/9a2f70b))
* **slider:** edge case when min > max ([#2336](https://github.com/algolia/instantsearch.js/issues/2336)) ([8830ab0](https://github.com/algolia/instantsearch.js/commit/8830ab0))
* **slider:** Fix range slider dev env ([#2320](https://github.com/algolia/instantsearch.js/issues/2320)) ([e78de70](https://github.com/algolia/instantsearch.js/commit/e78de70))
* **slider:** use algolia fork of rheostat ([#2335](https://github.com/algolia/instantsearch.js/issues/2335)) ([9eae009](https://github.com/algolia/instantsearch.js/commit/9eae009))



<a name="2.1.3"></a>
## [2.1.3](https://github.com/algolia/instantsearch.js/compare/v2.1.2...v2.1.3) (2017-09-05)

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.1.3",
"version": "2.1.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 '2.1.3';
export default '2.1.4';

0 comments on commit 4a516ee

Please sign in to comment.