Skip to content

Commit

Permalink
chore(release): 9.0.0-next.8 (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Feb 12, 2021
1 parent e4ff0c0 commit 7ef102d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [9.0.0-next.8](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.7...v9.0.0-next.8) (2021-02-12)


### Features

* **compiler:** use constructor downlevel ctor transformer for `isolatedModules: true` ([#792](https://github.com/thymikee/jest-preset-angular/issues/792)) ([00c71ce](https://github.com/thymikee/jest-preset-angular/commit/00c71ceaa06e58432d201d9d5f8deb33e8f54665))
* **presets:** add type definition for `presets` entry point ([#801](https://github.com/thymikee/jest-preset-angular/issues/801)) ([e4ff0c0](https://github.com/thymikee/jest-preset-angular/commit/e4ff0c0e19e5941e7e7db1da9b5c29e01d58ab58))
* include features from `ts-jest` **27.0.0-next.6**



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


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.7",
"version": "9.0.0-next.8",
"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 7ef102d

Please sign in to comment.