diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3dfb6483..d2233222d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## [27.1.4](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-03-24) +### Bug Fixes + +* **transformers** use `Array.sort` in hoisting transformer ([#3498](https://github.com/kulshekhar/ts-jest/pull/3498)) ([e400a6e](https://github.com/kulshekhar/ts-jest/commit/e400a6ec0e4706f606ae9b1e2897b0bb1cff6343)), fixes [#3476](https://github.com/kulshekhar/ts-jest/issues/3476) + + + +## [27.1.4](https://github.com/kulshekhar/ts-jest/compare/v27.1.3...v27.1.4) (2022-03-24) + + ### Bug Fixes * **compiler:** revert [#3194](https://github.com/kulshekhar/ts-jest/issues/3194) ([#3362](https://github.com/kulshekhar/ts-jest/issues/3362)) ([2b7dffe](https://github.com/kulshekhar/ts-jest/commit/2b7dffeac940f779922c43cefba3f741a3911b49)), closes [#3272](https://github.com/kulshekhar/ts-jest/issues/3272) diff --git a/package-lock.json b/package-lock.json index 0a72180cb8..01ec2bdce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-jest", - "version": "27.1.4", + "version": "27.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ts-jest", - "version": "27.1.4", + "version": "27.1.5", "license": "MIT", "dependencies": { "bs-logger": "0.x", diff --git a/package.json b/package.json index 04a4476c2a..14fd909e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-jest", - "version": "27.1.4", + "version": "27.1.5", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": {