Skip to content

Commit

Permalink
chore(release): 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed May 5, 2023
1 parent fdd1c4d commit e8093f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [10.0.0](https://github.com/Ninja-Squad/ngx-speculoos/compare/v9.0.0...v10.0.0) (2023-05-05)


### ⚠ BREAKING CHANGES

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

### Features

* upgrade to Angular 16 ([fdd1c4d](https://github.com/Ninja-Squad/ngx-speculoos/commit/fdd1c4d3cf004a2ce7138e0530cea400ed8c34c9))

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


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": "9.0.0",
"version": "10.0.0",
"description": "Helps writing Angular unit tests",
"peerDependencies": {
"@angular/core": "^16.0.0",
Expand Down

0 comments on commit e8093f4

Please sign in to comment.