From a421dd183655b3d446e253af34057dd15b9a53b4 Mon Sep 17 00:00:00 2001 From: bohoffi Date: Sat, 28 Oct 2023 21:21:41 +0200 Subject: [PATCH] release: bump version to 5.1.0 --- CHANGELOG.md | 8 ++++++++ libs/ngx-localstorage/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152ac5f..ab6bebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + + +# [5.1.0](https://github.com/bohoffi/ngx-localstorage/compare/5.0.0...5.1.0) (2023-10-29) + +### Features + +- update Angular version compatibility - thanks [Boris-Bodin](https://github.com/Boris-Bodin) ([#59](https://github.com/bohoffi/ngx-localstorage/pull/59)) + # [5.0.0](https://github.com/bohoffi/ngx-localstorage/compare/4.0.0...5.0.0) (2023-03-15) diff --git a/libs/ngx-localstorage/package.json b/libs/ngx-localstorage/package.json index af900b0..db88231 100644 --- a/libs/ngx-localstorage/package.json +++ b/libs/ngx-localstorage/package.json @@ -1,6 +1,6 @@ { "name": "ngx-localstorage", - "version": "5.0.0", + "version": "5.1.0", "peerDependencies": { "@angular/common": ">=15.0.0", "@angular/core": ">=15.0.0"