Skip to content

Commit ad18eb4

Browse files
committed
chore(typescript): fix breaking v3.1.0 with v4.0.0
1 parent 4e5b83b commit ad18eb4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

packages/typescript/CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# @rollup/plugin-typescript ChangeLog
22

3-
## v3.1.0
4-
5-
_2020-03-05_
3+
## v4.0.0
64

75
### Bugfixes
86

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

1311
- feat: Move to BuilderProgram API (#217)
1412

13+
### Breaking Changes
14+
15+
Please see https://github.com/rollup/plugins/pull/217 for more information.
16+
17+
## v3.1.0
18+
19+
_2020-03-05_
20+
21+
_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._
22+
1523
### Updates
1624

1725
- test: Add preserveModules test (#234)

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup/plugin-typescript",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)