Skip to content

Commit ef7f0cb

Browse files
committed
Release 13.0.0
1 parent cc23472 commit ef7f0cb

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi
44

55
<br>
66

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

921
### Features
1022

11-
- Upgrade to Angular 14 ([#235](https://github.com/dominique-mueller/angular-notifier/pull/243))
23+
- Upgrade to Angular 14 ([#243](https://github.com/dominique-mueller/angular-notifier/pull/243))
1224

1325
### BREAKING CHANGES
1426

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following list describes the compatibility with Angular:
4545
| `10.x` | `12.x` | View Engine |
4646
| `11.x` | `13.x` | Ivy (partial mode) |
4747
| `12.x` | `14.x` | Ivy (partial mode) |
48+
| `13.x` | `15.x` | Ivy (partial mode) |
4849

4950
<br><br><br>
5051

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "12.0.0",
4+
"version": "13.0.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)