From 9a62e1cd480a4a1ff6a00816a3f84ff2f3f4f092 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 10:12:27 +0000 Subject: [PATCH] chore(release): -v2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/tutkli/ngx-sonner/compare/v1.0.1...v2.0.0) (2024-06-11) ### ⚠ BREAKING CHANGES * minimal angular version is now v18 ### Features * update to angular v18 ([2cc9c63](https://github.com/tutkli/ngx-sonner/commit/2cc9c634ac2d07d2d2b815a2a4f9a4c20317f19b)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ef163..6be40cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/tutkli/ngx-sonner/compare/v1.0.1...v2.0.0) (2024-06-11) + + +### ⚠ BREAKING CHANGES + +* minimal angular version is now v18 + +### Features + +* update to angular v18 ([2cc9c63](https://github.com/tutkli/ngx-sonner/commit/2cc9c634ac2d07d2d2b815a2a4f9a4c20317f19b)) + ## [1.0.1](https://github.com/tutkli/ngx-sonner/compare/v1.0.0...v1.0.1) (2024-06-11) diff --git a/package.json b/package.json index 2e8d3c5..99a448c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-sonner/source", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "scripts": { "start:docs": "nx serve docs",