Skip to content

Commit 539df82

Browse files
chore: release v4.9.1 (#4600)
1 parent 73c3fba commit 539df82

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.9.1](https://github.com/algolia/instantsearch.js/compare/v4.9.0...v4.9.1) (2020-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **range:** consistently convert min & max to numbers ([#4587](https://github.com/algolia/instantsearch.js/issues/4587)) ([ccf159e](https://github.com/algolia/instantsearch.js/commit/ccf159efcb94e9c8c04c558fcb69e2e3d8d79729))
7+
8+
9+
110
# [4.9.0](https://github.com/algolia/instantsearch.js/compare/v4.8.7...v4.9.0) (2020-12-01)
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.9.0",
3+
"version": "4.9.1",
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.9.0';
1+
export default '4.9.1';

0 commit comments

Comments
 (0)