We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bc128 commit bc3c7bbCopy full SHA for bc3c7bb
packages/typescript/CHANGELOG.md
@@ -1,5 +1,18 @@
1
# @rollup/plugin-typescript ChangeLog
2
3
+## v6.0.0
4
+
5
+_2020-09-09_
6
7
+### Breaking Changes
8
9
+- fix!: Change `noEmitOnError` default to false (#544)
10
11
+### Updates
12
13
+- test: add generating declarations with non-default rootDir (#553)
14
+- chore: update dependencies (9e52818)
15
16
## v5.0.2
17
18
_2020-07-12_
packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
- "version": "5.0.2",
+ "version": "6.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments