Skip to content

Commit

Permalink
chore(release): typescript v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Mar 5, 2020
1 parent 846944c commit 4e5b83b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @rollup/plugin-typescript ChangeLog

## v3.1.0

_2020-03-05_

### Bugfixes

- fix: Use builtin extends resolution (#199)

### Features

- feat: Move to BuilderProgram API (#217)

### Updates

- test: Add preserveModules test (#234)
- chore: refactor compiler host (#214)
- test: Add test for optional chaining (#207)
- chore: Use typechecking (4bb8753)

## v3.0.0

_2020-01-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": "3.0.0",
"version": "3.1.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 4e5b83b

Please sign in to comment.