From bd3f6f6431506ccf5c9602bb10501566bcce57f6 Mon Sep 17 00:00:00 2001 From: Netanel Basal Date: Thu, 21 Mar 2024 04:52:45 +0200 Subject: [PATCH] chore(release): 18.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ projects/spectator/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8df182..0c0e0b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/projects/spectator/package.json b/projects/spectator/package.json index 8b20e7ac..72bc288e 100644 --- a/projects/spectator/package.json +++ b/projects/spectator/package.json @@ -2,7 +2,7 @@ "name": "@ngneat/spectator", "description": "A powerful tool to simplify your Angular tests", "author": "Netanel Basal ", - "version": "17.1.0", + "version": "18.0.0", "license": "MIT", "repository": { "type": "git",