Skip to content

Commit

Permalink
chore(release): typescript v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 30, 2020
1 parent 497c16f commit befff13
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @rollup/plugin-typescript ChangeLog

## v7.0.0

_2020-11-30_

### Breaking Changes

- fix: pick up new files in watch mode (#657)

### Bugfixes

- fix: add missing imports (#633)
- fix: normalize returned module ids (#653)

### Features

- feat: Implement cached incremental code (#535)

### Updates

- docs: fix minor markdown syntax in transformers-section (#624)

## v6.1.0

_2020-10-27_
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": "6.1.0",
"version": "7.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit befff13

Please sign in to comment.