Skip to content

Commit

Permalink
chore(release): 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.10.0](v2.9.1...v2.10.0) (2022-04-07)

### Bug Fixes

* fix tsconfigResolver ([2c83f43](2c83f43))

### Features

* add support for es2021 and es2022 modules ([7e3384b](7e3384b))
  • Loading branch information
antongolub committed Apr 7, 2022
1 parent 7e3384b commit 4dfb6a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsc-esm-fix",
"version": "2.9.1",
"version": "2.10.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4dfb6a5

Please sign in to comment.