Skip to content

Commit 517cda4

Browse files
committed
Release 14.0.0
1 parent 83aada2 commit 517cda4

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
44

55
<br>
66

7+
## [14.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/14.0.0) (2023-06-05)
8+
9+
### Features
10+
11+
- Upgrade to Angular 16 ([#256](https://github.com/dominique-mueller/angular-notifier/pull/256))
12+
13+
### BREAKING CHANGES
14+
15+
- The upgrade to Angular 16 breaks compatibility with Angular 15.
16+
17+
<br>
18+
719
## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05)
820

921
### Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following list describes the compatibility with Angular:
4646
| `11.x` | `13.x` | Ivy (partial mode) |
4747
| `12.x` | `14.x` | Ivy (partial mode) |
4848
| `13.x` | `15.x` | Ivy (partial mode) |
49+
| `14.x` | `16.x` | Ivy (partial mode) |
4950

5051
<br><br><br>
5152

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-notifier",
33
"description": "A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.",
4-
"version": "13.0.0",
4+
"version": "14.0.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)