Skip to content

Commit

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

<br>

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

### Features

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

### BREAKING CHANGES

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

<br>

## [12.0.0](https://github.com/dominique-mueller/angular-notifier/releases/tag/12.0.0) (2022-09-13)

### Features

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

### BREAKING CHANGES

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

<br><br><br>

Expand Down
2 changes: 1 addition & 1 deletion 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": "12.0.0",
"version": "13.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef7f0cb

Please sign in to comment.