From c6962df9907e31054e59106618a7b3b65357cd63 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Thu, 5 Sep 2024 10:41:21 +0200 Subject: [PATCH] chore: release 4.4.3 (#1012) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d212d77c8..eee717bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.3](https://github.com/algolia/angular-instantsearch/compare/4.4.2...4.4.3) (2024-09-05) + +### Releases + +From this version onwards, Angular InstantSearch is no longer supported and will not have any new versions released + ## [4.4.2](https://github.com/algolia/angular-instantsearch/compare/4.4.1...4.4.2) (2024-06-19) diff --git a/package.json b/package.json index 37f58db69..20d00e845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-instantsearch", - "version": "4.4.2", + "version": "4.4.3", "description": "Lightning-fast search for Angular apps, by Algolia.", "license": "MIT", "keywords": [ diff --git a/src/version.ts b/src/version.ts index 3829e017f..89b868fad 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.4.2'; +export const VERSION = '4.4.3';