diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7e294..d2d4b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.1.1](https://github.com/antongolub/tsc-esm-fix/compare/v3.1.0...v3.1.1) (2024-10-31) + +### Fixes & improvements +* fix: replace custom tsConfig resolver with xtends ([9ef4877](https://github.com/antongolub/tsc-esm-fix/commit/9ef487791dc4646398f7faa3212e2879dc9387e9)) + ## [3.1.0](https://github.com/antongolub/tsc-esm-fix/compare/v3.0.2...v3.1.0) (2024-10-05) ### Fixes & improvements diff --git a/package.json b/package.json index 64739fc..18dde29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsc-esm-fix", - "version": "3.1.0", + "version": "3.1.1", "bin": { "tsc-esm-fix": "./target/esm/cli.mjs" },