Skip to content

Commit

Permalink
chore(release): 9.0.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Nov 8, 2020
1 parent 4cc5a1a commit 0bdafa4
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.2](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.0...v9.0.0-next.2) (2020-11-08)


### Performance Improvements

* **compiler:** cache module resolution with custom compiler host ([22941cc](https://github.com/thymikee/jest-preset-angular/commit/22941ccf2a1fbf8e0c9893670ce6b9056be66534))
* **compiler:** only include test files when initializing `Program` ([4cc5a1a](https://github.com/thymikee/jest-preset-angular/commit/4cc5a1a7578d45801f7437f9816b11c4d92dfeca))




# [9.0.0-next.1](https://github.com/thymikee/jest-preset-angular/compare/v9.0.0-next.0...v9.0.0-next.1) (2020-10-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.1",
"version": "9.0.0-next.2",
"description": "Jest preset configuration for Angular projects",
"main": "build/index.js",
"repository": "[email protected]:thymikee/jest-preset-angular.git",
Expand Down

0 comments on commit 0bdafa4

Please sign in to comment.