Skip to content

Commit

Permalink
chore(release): 14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 28, 2024
1 parent 2f6bc3d commit 7d346fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## [14.4.1](https://github.com/thymikee/jest-preset-angular/compare/v14.4.0...v14.4.1) (2024-11-28)


### Bug Fixes

* fix: remove `@angular-devkit/build-angular` from `peerDependencies` ([2f6bc3d](https://github.com/thymikee/jest-preset-angular/commit/2f6bc3d))



## [14.4.0](https://github.com/thymikee/jest-preset-angular/compare/v14.3.3...v14.4.0) (2024-11-27)


### Features

* feat: add preset creator functions ([552922e](https://github.com/thymikee/jest-preset-angular/commit/552922e))
* 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: add support for Angular 19 ([4a73245](https://github.com/thymikee/jest-preset-angular/commit/4a73245))


### Code Refactoring
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-angular",
"version": "14.4.0",
"version": "14.4.1",
"description": "Jest preset configuration for Angular projects",
"license": "MIT",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8778,7 +8778,6 @@ __metadata:
typescript: "npm:~5.6.2"
zone.js: "npm:~0.15.0"
peerDependencies:
"@angular-devkit/build-angular": ">=15.0.0 <20.0.0"
"@angular/compiler-cli": ">=15.0.0 <20.0.0"
"@angular/core": ">=15.0.0 <20.0.0"
"@angular/platform-browser-dynamic": ">=15.0.0 <20.0.0"
Expand Down

0 comments on commit 7d346fc

Please sign in to comment.