From 2810f1b608215079da25d1c1753e92fe2922619f Mon Sep 17 00:00:00 2001 From: ahnpnl Date: Fri, 22 Nov 2024 23:35:53 +0700 Subject: [PATCH] chore(release): 14.4.0-rc.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b155f87c5..62377b539f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [14.4.0-rc.0](https://github.com/thymikee/jest-preset-angular/compare/v14.3.3...v14.4.0-rc.0) (2024-11-22) + + +### Features + +* feat: add support for Angular 19 (#2835) ([4a73245](https://github.com/thymikee/jest-preset-angular/commit/4a73245)), closes [#2835](https://github.com/thymikee/jest-preset-angular/issues/2835) +* feat: support configuring zoneless test env for CJS ([fe2fbe9](https://github.com/thymikee/jest-preset-angular/commit/fe2fbe9)) + + + ## [14.3.3](https://github.com/thymikee/jest-preset-angular/compare/v14.3.2...v14.3.3) (2024-11-22) diff --git a/package.json b/package.json index 39ef151cbe..be5f67f95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-angular", - "version": "14.3.3", + "version": "14.4.0-rc.0", "description": "Jest preset configuration for Angular projects", "license": "MIT", "engines": {