Skip to content

Commit e1ef3eb

Browse files
author
anh.pham
committed
chore(release): 12.0.0-next.0
1 parent 2c5fd20 commit e1ef3eb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [12.0.0-next.0](https://github.com/thymikee/jest-preset-angular/compare/v11.1.1...v12.0.0-next.0) (2022-04-24)
2+
3+
4+
### Features
5+
6+
* remove `ngcc-jest-processor` entry file ([#1414](https://github.com/thymikee/jest-preset-angular/issues/1414)) ([2c5fd20](https://github.com/thymikee/jest-preset-angular/commit/2c5fd20f0535f5441d8bcb477538defdd9529926))
7+
8+
9+
## BREAKING CHANGES
10+
11+
* Drop Angular 10 support
12+
* Require Jest 28
13+
* `ngcc-jest-processor` entry file is now removed. One should use `jest-preset-angular/global-setup` instead.
14+
15+
16+
117
## [11.1.2](https://github.com/thymikee/jest-preset-angular/compare/v11.1.1...v11.1.2) (2022-04-24)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-preset-angular",
3-
"version": "11.1.2",
3+
"version": "12.0.0-next.0",
44
"description": "Jest preset configuration for Angular projects",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)