Skip to content

Commit 1c3d58c

Browse files
author
Alex S
committed
v2.5.2
<a name=2.5.2></a> ## [2.5.2](v2.5.1...v2.5.2) (2018-02-26) ### Bug Fixes * **Template:** harden Symbol checks ([#2749](#2749)) ([fab66bc](fab66bc)) * **yarnrc:** use empty string for save-prefix ([#2739](#2739)) ([979e0cd](979e0cd))
1 parent fab66bc commit 1c3d58c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="2.5.2"></a>
2+
## [2.5.2](https://github.com/algolia/instantsearch.js/compare/v2.5.1...v2.5.2) (2018-02-26)
3+
4+
5+
### Bug Fixes
6+
7+
* **Template:** harden Symbol checks ([#2749](https://github.com/algolia/instantsearch.js/issues/2749)) ([fab66bc](https://github.com/algolia/instantsearch.js/commit/fab66bc))
8+
* **yarnrc:** use empty string for save-prefix ([#2739](https://github.com/algolia/instantsearch.js/issues/2739)) ([979e0cd](https://github.com/algolia/instantsearch.js/commit/979e0cd))
9+
10+
11+
112
<a name="2.5.1"></a>
213
## [2.5.1](https://github.com/algolia/instantsearch.js/compare/v2.5.0...v2.5.1) (2018-02-13)
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instantsearch.js",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "instantsearch.js is a library of widgets to build high performance instant search experiences using Algolia",
55
"homepage": "https://community.algolia.com/instantsearch.js/",
66
"author": "Algolia <[email protected]>",

src/lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.5.1';
1+
export default '2.5.2';

0 commit comments

Comments
 (0)