From 8b719b8b3658d5df559b124eb301556fa20fd1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20M=C3=BCller?= Date: Sun, 20 Feb 2022 21:29:17 +0100 Subject: [PATCH] Release 11.0.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afa2674..ce5d9296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
+## [11.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/11.0.0) (2022-02-20) + +### Features + +- Upgrade to Angular 13, enable partial-Ivy compilation ([#235](https://github.com/dominique-mueller/angular-notifier/pull/235)) + +### BREAKING CHANGES + +- The upgrade to Angular 13 breaks compatibility with Angular 12. The library is now published as partial-Ivy code. + +
+ ## [10.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/10.0.0) (2022-02-20) ### Features diff --git a/package-lock.json b/package-lock.json index 73c28e0c..d0284618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-notifier", - "version": "10.0.0", + "version": "11.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a739668..6b135d21 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-notifier", "description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.", - "version": "10.0.0", + "version": "11.0.0", "license": "MIT", "repository": { "type": "git",