Skip to content

Commit

Permalink
chore(release): 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBasal committed Mar 21, 2024
1 parent 8cacdda commit bd3f6f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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.

## [18.0.0](https://github.com/ngneat/spectator/compare/v17.1.0...v18.0.0) (2024-03-21)


### ⚠ BREAKING CHANGES

* using Angular types not available in versions lower
than 17.3.0

### Features

* 🎸 fix input/output type inference ([#651](https://github.com/ngneat/spectator/issues/651)) ([8cacdda](https://github.com/ngneat/spectator/commit/8cacddac18a2939fbf537bb74f0ca1dbcb1fa6e6))


### Bug Fixes

* 🐛 component re-render when updating fields in lifecycle hook ([#646](https://github.com/ngneat/spectator/issues/646)) ([e522c99](https://github.com/ngneat/spectator/commit/e522c995b51b85f3d73349d3d5cfe892f24f3500))

## [17.1.0](https://github.com/ngneat/spectator/compare/v17.0.0...v17.1.0) (2024-03-04)


Expand Down
2 changes: 1 addition & 1 deletion projects/spectator/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@ngneat/spectator",
"description": "A powerful tool to simplify your Angular tests",
"author": "Netanel Basal <netanel7799s@gmail.com>",
"version": "17.1.0",
"version": "18.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit bd3f6f6

Please sign in to comment.