From 4dfb6a50f4e77d4bad5f832927d412e31d1f6726 Mon Sep 17 00:00:00 2001 From: "@antongolub" Date: Thu, 7 Apr 2022 20:03:52 +0000 Subject: [PATCH] chore(release): 2.10.0 [skip ci] # [2.10.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.1...v2.10.0) (2022-04-07) ### Bug Fixes * fix tsconfigResolver ([2c83f43](https://github.com/antongolub/tsc-esm-fix/commit/2c83f43042bab2f6a5a5e8c1d0af38571745e66e)) ### Features * add support for es2021 and es2022 modules ([7e3384b](https://github.com/antongolub/tsc-esm-fix/commit/7e3384bcb3165d56982ed71c67efb39122730ee2)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6881a9c..2c74d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.10.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.1...v2.10.0) (2022-04-07) + + +### Bug Fixes + +* fix tsconfigResolver ([2c83f43](https://github.com/antongolub/tsc-esm-fix/commit/2c83f43042bab2f6a5a5e8c1d0af38571745e66e)) + + +### Features + +* add support for es2021 and es2022 modules ([7e3384b](https://github.com/antongolub/tsc-esm-fix/commit/7e3384bcb3165d56982ed71c67efb39122730ee2)) + ## [2.9.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.0...v2.9.1) (2022-04-06) # [2.9.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.8.0...v2.9.0) (2022-04-01) diff --git a/package.json b/package.json index 28e3f13..c8478f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsc-esm-fix", - "version": "2.9.1", + "version": "2.10.0", "private": false, "publishConfig": { "access": "public"