Skip to content

Commit 933d9ff

Browse files
author
Yannick Croissant
authored
chore: release v4.3.0 (#4339)
1 parent 6dfc27c commit 933d9ff

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.3.0](https://github.com/algolia/instantsearch.js/compare/v4.2.0...v4.3.0) (2020-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency algoliasearch-helper to v3.1.1 that fixes a case where refinements for a facet with a name that matches a substring of another facet could be cleared by mistake ([algolia/algoliasearch-helper-js/pull/760](https://github.com/algolia/algoliasearch-helper-js/pull/760)) ([#4335](https://github.com/algolia/instantsearch.js/issues/4335)) ([9bc66cf](https://github.com/algolia/instantsearch.js/commit/381cda05c9c51dc9d3245a6d926e3c919245b723))
7+
8+
9+
### Features
10+
11+
* **highlight:** add cssClasses to snippet & highlight helper ([#4306](https://github.com/algolia/instantsearch.js/issues/4306)) ([ece0aa6](https://github.com/algolia/instantsearch.js/commit/ece0aa60f05c2c687a23f9219d62ace0d5b866f9))
12+
13+
114
# [4.2.0](https://github.com/algolia/instantsearch.js/compare/v4.1.1...v4.2.0) (2020-01-23)
215

316

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If this guide does not contain what you are looking for and thus prevents you fr
2525
- [Linting](#linting)
2626
- [Release](#release)
2727
- [Main version](#main-version)
28-
- [Maintenance version](#maintenance-version)
28+
- [Maintenance versions](#maintenance-versions)
2929

3030
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3131

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.2.0",
3+
"version": "4.3.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
"keywords": [

src/lib/version.ts

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

0 commit comments

Comments
 (0)