You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/typescript/CHANGELOG.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# @rollup/plugin-typescript ChangeLog
2
2
3
-
## v3.1.0
4
-
5
-
_2020-03-05_
3
+
## v4.0.0
6
4
7
5
### Bugfixes
8
6
@@ -12,6 +10,16 @@ _2020-03-05_
12
10
13
11
- feat: Move to BuilderProgram API (#217)
14
12
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._
0 commit comments