Skip to content

Commit 4e5b83b

Browse files
committed
chore(release): typescript v3.1.0
1 parent 846944c commit 4e5b83b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/typescript/CHANGELOG.md

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

3+
## v3.1.0
4+
5+
_2020-03-05_
6+
7+
### Bugfixes
8+
9+
- fix: Use builtin extends resolution (#199)
10+
11+
### Features
12+
13+
- feat: Move to BuilderProgram API (#217)
14+
15+
### Updates
16+
17+
- test: Add preserveModules test (#234)
18+
- chore: refactor compiler host (#214)
19+
- test: Add test for optional chaining (#207)
20+
- chore: Use typechecking (4bb8753)
21+
322
## v3.0.0
423

524
_2020-01-27_

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

0 commit comments

Comments
 (0)