From 37d66888b98b0a5db29c46012c685123291973b6 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Thu, 31 Oct 2024 18:50:56 +0000 Subject: [PATCH] chore(release): 3.1.1 [skip ci] --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" },