Skip to content

Commit

Permalink
Release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-mueller committed Jun 5, 2023
1 parent 83aada2 commit 517cda4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Also see **[GitHub releases](https://github.com/dominique-mueller/angular-notifi

<br>

## [14.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/14.0.0) (2023-06-05)

### Features

- Upgrade to Angular 16 ([#256](https://github.com/dominique-mueller/angular-notifier/pull/256))

### BREAKING CHANGES

- The upgrade to Angular 16 breaks compatibility with Angular 15.

<br>

## [13.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/13.0.0) (2023-06-05)

### Features
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The following list describes the compatibility with Angular:
| `11.x` | `13.x` | Ivy (partial mode) |
| `12.x` | `14.x` | Ivy (partial mode) |
| `13.x` | `15.x` | Ivy (partial mode) |
| `14.x` | `16.x` | Ivy (partial mode) |

<br><br><br>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "13.0.0",
"version": "14.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 517cda4

Please sign in to comment.