Skip to content

Commit

Permalink
chore(release): 29.1.1 (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Jun 30, 2023
1 parent 8c51d32 commit 9670787
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 26 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [29.1.1](https://github.com/kulshekhar/ts-jest/compare/v29.1.0...v29.1.1) (2023-06-23)


### Security Fixes

* bump `semver` to `7.5.3`



# [29.1.0](https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0) (2023-03-26)


Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "29.1.0",
"version": "29.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"json5": "^2.2.3",
"lodash.memoize": "4.x",
"make-error": "1.x",
"semver": "7.x",
"semver": "^7.5.3",
"yargs-parser": "^21.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 9670787

Please sign in to comment.