Skip to content

Commit

Permalink
chore(release): typescript v11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Workflow committed Jun 28, 2023
1 parent 6b134ed commit 3cb9dab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rollup/plugin-typescript ChangeLog

## v11.1.2

_2023-06-28_

### Bugfixes

- fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled [#1521](https://github.com/rollup/plugins/pull/1521)

## v11.1.1

_2023-05-12_
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
"version": "11.1.1",
"version": "11.1.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3cb9dab

Please sign in to comment.