From 38eeee702d271a8d36198149cb0a89289918833a Mon Sep 17 00:00:00 2001 From: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:28:23 +0100 Subject: [PATCH] chore: release v4.40.0 (#5029) Co-authored-by: Haroen Viaene --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/lib/version.ts | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34a61b742b..91bfe173b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.40.0](https://github.com/algolia/instantsearch.js/compare/v4.39.2...v4.40.0) (2022-03-21) + + +### Features + +* **infiniteHits:** avoid caching artificial results ([#5023](https://github.com/algolia/instantsearch.js/issues/5023)) ([e8c0145](https://github.com/algolia/instantsearch.js/commit/e8c01452ebe77b82b8a107c5d4fc026abf5645d8)) + + + ## [4.39.2](https://github.com/algolia/instantsearch.js/compare/v4.39.1...v4.39.2) (2022-03-14) diff --git a/package.json b/package.json index 7d1ca52dfd..ae9f0db07a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "instantsearch.js", - "version": "4.39.2", + "version": "4.40.0", "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.", "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/", "types": "es/index.d.ts", diff --git a/src/lib/version.ts b/src/lib/version.ts index e0ad0821d4..0544e81c4b 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1 +1 @@ -export default '4.39.2'; +export default '4.40.0';