Skip to content

Commit 49c3ba9

Browse files
author
anh.pham
committed
chore(release): 12.1.0
1 parent 7c294d7 commit 49c3ba9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [12.1.0](https://github.com/thymikee/jest-preset-angular/compare/v12.0.1...v12.1.0) (2022-06-03)
2+
3+
4+
### Features
5+
6+
* allow passing the `teardown` object to `global-setup` ([#1475](https://github.com/thymikee/jest-preset-angular/issues/1475)) ([3dab02b](https://github.com/thymikee/jest-preset-angular/commit/3dab02b91146379fba7430f9a2ad38b9aa95b37c))
7+
* support Angular 14 ([#1611](https://github.com/thymikee/jest-preset-angular/issues/1611)) ([7c294d7](https://github.com/thymikee/jest-preset-angular/commit/7c294d7de2c898e5ac3520ce2b27567c91a189c9)), closes [#1410](https://github.com/thymikee/jest-preset-angular/issues/1410)
8+
9+
10+
111
## [12.0.1](https://github.com/thymikee/jest-preset-angular/compare/v12.0.0...v12.0.1) (2022-05-14)
212

313

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": "12.0.1",
3+
"version": "12.1.0",
44
"description": "Jest preset configuration for Angular projects",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)