Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
<a name=2.5.1></a>
## [2.5.1](v2.5.0...v2.5.1) (2018-02-13)

### Bug Fixes

* **perf:** only compute snappoints when step is provided ([#2699](#2699)) ([ce9ca19](ce9ca19)), closes [#2662](#2662)
  • Loading branch information
Alex S committed Feb 13, 2018
1 parent f30307c commit 0c45bb7
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="2.5.1"></a>
## [2.5.1](https://github.com/algolia/instantsearch.js/compare/v2.5.0...v2.5.1) (2018-02-13)


### Bug Fixes

* **perf:** only compute snappoints when step is provided ([#2699](https://github.com/algolia/instantsearch.js/issues/2699)) ([ce9ca19](https://github.com/algolia/instantsearch.js/commit/ce9ca19)), closes [#2662](https://github.com/algolia/instantsearch.js/issues/2662)



<a name="2.5.0"></a>
# [2.5.0](https://github.com/algolia/instantsearch.js/compare/v2.4.1...v2.5.0) (2018-02-06)

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.5.0",
"version": "2.5.1",
"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.5.0';
export default '2.5.1';

0 comments on commit 0c45bb7

Please sign in to comment.