Skip to content

Commit d3f18d1

Browse files
author
Eunjae Lee
authored
chore: release v4.13.2 (#4637)
1 parent 8327ec0 commit d3f18d1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.13.2](https://github.com/algolia/instantsearch.js/compare/v4.13.1...v4.13.2) (2021-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **range:** don't go out of bounds with min or max given ([#4627](https://github.com/algolia/instantsearch.js/issues/4627)) ([8327ec0](https://github.com/algolia/instantsearch.js/commit/8327ec01c3940dfc20f5f1c8e3e0fc85f29af690))
7+
8+
9+
110
## [4.13.1](https://github.com/algolia/instantsearch.js/compare/v4.13.0...v4.13.1) (2021-01-26)
211

312

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": "4.13.1",
3+
"version": "4.13.2",
44
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
55
"homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
66
"types": "es/index.d.ts",

src/lib/version.ts

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

0 commit comments

Comments
 (0)