diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0ff1e..dec645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.1](https://github.com/antongolub/tsc-esm-fix/compare/v3.0.0...v3.0.1) (2024-07-20) + +### Fixes & improvements +* fix(cli): omit empty opts ([a76f044](https://github.com/antongolub/tsc-esm-fix/commit/a76f044bfe1845d9cc4f27fa11aac1509dc17a8b)) + ## [3.0.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.20.27...v3.0.0) (2024-07-13) ### Features diff --git a/package.json b/package.json index 7e8281e..e876504 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsc-esm-fix", - "version": "3.0.0", + "version": "3.0.1", "bin": { "tsc-esm-fix": "./target/esm/cli.mjs" },