Skip to content

Commit

Permalink
chore(typescript): fix breaking v3.1.0 with v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Mar 6, 2020
1 parent 4e5b83b commit ad18eb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# @rollup/plugin-typescript ChangeLog

## v3.1.0

_2020-03-05_
## v4.0.0

### Bugfixes

Expand All @@ -12,6 +10,16 @@ _2020-03-05_

- feat: Move to BuilderProgram API (#217)

### Breaking Changes

Please see https://github.com/rollup/plugins/pull/217 for more information.

## v3.1.0

_2020-03-05_

_Note: This was a bad release due to breaking changes. v3.1.1 has been published to revert the latest 3.x.x version to a non-breaking state. For the changes in this erroneous version, please use v4.0.0._

### Updates

- test: Add preserveModules test (#234)
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": "3.1.0",
"version": "4.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit ad18eb4

Please sign in to comment.