From 0c45bb7645c686c63c86afe588f84bd714830553 Mon Sep 17 00:00:00 2001 From: Alex S Date: Tue, 13 Feb 2018 13:44:33 +0100 Subject: [PATCH] v2.5.1 ## [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) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/lib/version.js | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 509abbd97f..40fad51667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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) + + + # [2.5.0](https://github.com/algolia/instantsearch.js/compare/v2.4.1...v2.5.0) (2018-02-06) diff --git a/package.json b/package.json index ef53f78206..bc11999c93 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/src/lib/version.js b/src/lib/version.js index 7bbbdcc04d..6edecaab3c 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.5.0'; +export default '2.5.1';