Skip to content

Commit

Permalink
chore(release): 27.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Dec 15, 2021
1 parent b818e00 commit 5161c73
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 73 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,19 @@
## [27.1.2](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2) (2021-12-15)


### Bug Fixes

* stimulate `esbuild` type to avoid importing `esbuild` directly ([#3147](https://github.com/kulshekhar/ts-jest/issues/3147)) ([9ace0a9](https://github.com/kulshekhar/ts-jest/commit/9ace0a9991da8bcb0f04a2e603f7601d6fb630e7))



## [27.1.1](https://github.com/kulshekhar/ts-jest/compare/v27.1.0...v27.1.1) (2021-12-07)


### Bug Fixes

* bring back `afterProcess` hook ([#3132](https://github.com/kulshekhar/ts-jest/issues/3132)) ([2b6b86e](https://github.com/kulshekhar/ts-jest/commit/2b6b86e01dcd3d9d9906f24fe3db5cadb799146a))
* make `esbuild` as optional peer dependency ([#3129](https://github.com/kulshekhar/ts-jest/issues/3129)) ([20258de](https://github.com/kulshekhar/ts-jest/commit/20258de54c9c10f8d2495bda174f9865a3cebc91))
* make `esbuild` as optional peer dependency ([#3129](https://github.com/kulshekhar/ts-jest/pull/3129)) ([20258de](https://github.com/kulshekhar/ts-jest/commit/20258de54c9c10f8d2495bda174f9865a3cebc91))



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

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

5 changes: 2 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "27.1.1",
"version": "27.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down Expand Up @@ -115,7 +115,7 @@
"conventional-changelog-cli": "2.x",
"cross-spawn": "latest",
"esbuild": "~0.14.2",
"eslint": "8.4.1",
"eslint": "^8.4.1",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
Expand All @@ -136,7 +136,6 @@
"lodash.set": "^4.3.2",
"node-fetch": "^3.0.0",
"prettier": "^2.4.0",
"react": "^17.0.2",
"typescript": "~4.5.2"
},
"lint-staged": {
Expand Down

0 comments on commit 5161c73

Please sign in to comment.