Skip to content

Commit

Permalink
chore(release): 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Nov 18, 2022
1 parent 8662e7d commit 27dc0db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.0.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v8.0.1...v9.0.0) (2022-11-18)


### ⚠ BREAKING CHANGES

* `ngx-speculoos` is now based on Angular 15.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-speculoos`.

### Features

* **route:** Allows setting the title of a route and of its snapshot ([06d70d8](https://github.com/Ninja-Squad/ngx-speculoos/commit/06d70d8eb0fa1b7c40a1dbb572209bd45f662d38))
* upgrade to Angular 15 ([8662e7d](https://github.com/Ninja-Squad/ngx-speculoos/commit/8662e7de40f4f9f3db06578ad149fe9f003a989e))

### [8.0.1](https://github.com/Ninja-Squad/ngx-speculoos/compare/v8.0.0...v8.0.1) (2022-06-17)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-speculoos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-speculoos",
"version": "8.0.1",
"version": "9.0.0",
"description": "Helps writing Angular unit tests",
"peerDependencies": {
"@angular/core": "^15.0.0",
Expand Down

0 comments on commit 27dc0db

Please sign in to comment.