Skip to content

Commit bc3c7bb

Browse files
committed
chore(release): typescript v6.0.0
1 parent 40bc128 commit bc3c7bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/typescript/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @rollup/plugin-typescript ChangeLog
22

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+
316
## v5.0.2
417

518
_2020-07-12_

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": "5.0.2",
3+
"version": "6.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)