Skip to content

Commit 39eb72d

Browse files
authored
chore(release): 9.0.0-next.7 (#767)
1 parent c54e20a commit 39eb72d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [9.0.0-next.7](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.6...v9.0.0-next.7) (2021-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** update `SourceFile` with correct file content ([#765](https://github.com/thymikee/jest-preset-angular/issues/765)) ([c54e20a](https://github.com/thymikee/jest-preset-angular/commit/c54e20ab7ae9b7b08af827587dc30fd281291ecc)), closes [#764](https://github.com/thymikee/jest-preset-angular/issues/764)
7+
8+
9+
### Features
10+
11+
* include features from `ts-jest` [27.0.0-next.4](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#2700-next4-2021-01-22)
12+
13+
14+
115
# [9.0.0-next.6](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.5...v9.0.0-next.6) (2021-01-14)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "MIT",
33
"name": "jest-preset-angular",
4-
"version": "9.0.0-next.6",
4+
"version": "9.0.0-next.7",
55
"description": "Jest preset configuration for Angular projects",
66
"main": "build/index.js",
77
"repository": "[email protected]:thymikee/jest-preset-angular.git",

0 commit comments

Comments
 (0)