Skip to content

Commit

Permalink
chore(release): 29.0.0-next.0 (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Aug 28, 2022
1 parent 9e6acaf commit 404bb26
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [29.0.0-next.0](https://github.com/kulshekhar/ts-jest/compare/v28.0.8...v29.0.0-next.0) (2022-08-28)


### Features

* support Jest 29 ([#3767](https://github.com/kulshekhar/ts-jest/issues/3767)) ([94b553b](https://github.com/kulshekhar/ts-jest/commit/94b553ba085c52db60f7a7078e3a74d9a02121b1))


### BREAKING CHANGES

* **Jest 29** is required.



## [28.0.8](https://github.com/kulshekhar/ts-jest/compare/v28.0.7...v28.0.8) (2022-08-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "28.0.8",
"version": "29.0.0-next.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down

0 comments on commit 404bb26

Please sign in to comment.