diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 5beae34cc..f82725763 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.4.0...@swc-node/jest@1.4.1) (2021-11-14) + +### Bug Fixes + +- **jest:** internal cache logic duplicated with jest cache ([43a36b9](https://github.com/Brooooooklyn/swc-node/commit/43a36b9be9aec0295a4a8d549fa189bef095d44f)) + # [1.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/jest@1.3.5...@swc-node/jest@1.4.0) (2021-11-08) ### Features diff --git a/packages/jest/package.json b/packages/jest/package.json index 38de26ef3..348079af1 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@swc-node/jest", - "version": "1.4.0", + "version": "1.4.1", "description": "swc preprocessor for jest with source map support", "keywords": ["swc", "jest", "ts-jest", "napi", "N-API", "typescript", "node-rs", "napi-rs", "ts-node"], "author": "LongYinan ",