Skip to content

Commit

Permalink
chore(release): 9.0.0-next.7 (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Jan 29, 2021
1 parent c54e20a commit 39eb72d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [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)


### Bug Fixes

* **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)


### Features

* 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)



# [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "MIT",
"name": "jest-preset-angular",
"version": "9.0.0-next.6",
"version": "9.0.0-next.7",
"description": "Jest preset configuration for Angular projects",
"main": "build/index.js",
"repository": "git@github.com:thymikee/jest-preset-angular.git",
Expand Down

0 comments on commit 39eb72d

Please sign in to comment.