Skip to content

Commit

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


### Features

* adopt `ts-jest@27.0.0-next.7` ([#843](https://github.com/thymikee/jest-preset-angular/issues/843)) ([1b9ef29](https://github.com/thymikee/jest-preset-angular/commit/1b9ef296e9c2e67277994dfc0da3b6a7a53f716b))



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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-angular",
"version": "9.0.0-next.8",
"version": "9.0.0-next.9",
"description": "Jest preset configuration for Angular projects",
"license": "MIT",
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10746,7 +10746,7 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

ts-jest@^27.0.0-next.7:
ts-jest@27.0.0-next.7:
version "27.0.0-next.7"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.0-next.7.tgz#dfc0117bdbb9daef4a536490fdaae37d82979135"
integrity sha512-g9RgCSx9sEyWE3onanpeBLQIFe2UAI/qNCrCZd7rNYE+8K/M7iq/Q9wsFgyOZ7QgLDyNjYbIxXsZ/xCkhgJJpA==
Expand Down

0 comments on commit 10400c9

Please sign in to comment.