Skip to content

Commit ada37ae

Browse files
author
Eunjae Lee
authored
chore: release v4.7.0 (#4434)
1 parent ea6581b commit ada37ae

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [4.7.0](https://github.com/algolia/instantsearch.js/compare/v4.6.0...v4.7.0) (2020-06-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **rangeInput:** clear input when refinement is cleared ([#4429](https://github.com/algolia/instantsearch.js/issues/4429)) ([a2c7663](https://github.com/algolia/instantsearch.js/commit/a2c7663424c5cd59e17ed841e12abaa19e524b14))
7+
8+
9+
### Features
10+
11+
* **infiniteHits:** support cache ([#4431](https://github.com/algolia/instantsearch.js/issues/4431)) ([008c01c](https://github.com/algolia/instantsearch.js/commit/008c01c7cd09e4fcecdf53a4b299960de2b7a026))
12+
13+
14+
115
# [4.6.0](https://github.com/algolia/instantsearch.js/compare/v4.5.0...v4.6.0) (2020-06-08)
216

317

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.6.0",
3+
"version": "4.7.0",
44
"description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
55
"homepage": "https://community.algolia.com/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.6.0';
1+
export default '4.7.0';

0 commit comments

Comments
 (0)