Skip to content

Commit 32bc16f

Browse files
chore: release v4.13.0 (#4635)
* chore: release v4.13.0
1 parent fc0dbc0 commit 32bc16f

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.0](https://github.com/algolia/instantsearch.js/compare/v4.12.0...v4.13.0) (2021-01-26)
2+
3+
4+
### Features
5+
6+
* **ratingMenu:** Add support for floats in values ([#4611](https://github.com/algolia/instantsearch.js/issues/4611)) ([3f52784](https://github.com/algolia/instantsearch.js/commit/3f52784862b72ef59acfc0735fe482cbfa6ad1f5))
7+
8+
9+
110
# [4.12.0](https://github.com/algolia/instantsearch.js/compare/v4.11.0...v4.12.0) (2021-01-20)
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.12.0",
3+
"version": "4.13.0",
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.12.0';
1+
export default '4.13.0';

0 commit comments

Comments
 (0)