Skip to content

Commit

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

### Bug Fixes

* search variants in local deps before node_modules ([c42fd55](c42fd55))

### Features

* patch `require` statements ([a43b311](a43b311))
  • Loading branch information
antongolub committed Apr 7, 2022
1 parent c42fd55 commit 1f89a7e
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.11.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.10.0...v2.11.0) (2022-04-07)


### Bug Fixes

* search variants in local deps before node_modules ([c42fd55](https://github.com/antongolub/tsc-esm-fix/commit/c42fd556d5f94656319d9ffa69b93c4d42a9b493))


### Features

* patch `require` statements ([a43b311](https://github.com/antongolub/tsc-esm-fix/commit/a43b311602e5ceca37feda1703981365920e14fe))

# [2.10.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.9.1...v2.10.0) (2022-04-07)


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.10.0",
"version": "2.11.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1f89a7e

Please sign in to comment.