Skip to content

Commit fc11cfa

Browse files
committed
3.0.2
1 parent 84e1b72 commit fc11cfa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.0.2](https://github.com/wessberg/rollup-plugin-ts/compare/v3.0.1...v3.0.2) (2022-06-07)
2+
3+
4+
### Bug Fixes
5+
6+
* don't call addWatchFile outside of allowed Rollup phase ([8b3e7e8](https://github.com/wessberg/rollup-plugin-ts/commit/8b3e7e8fa0a4f0cd5ecd5edf0da4d76749f55193))
7+
8+
9+
### Features
10+
11+
* add support for ESM-based Babel configs. Closes [#167](https://github.com/wessberg/rollup-plugin-ts/issues/167) ([15e8edd](https://github.com/wessberg/rollup-plugin-ts/commit/15e8edd828972cad274caab88ac91081414e82c5))
12+
* add support for multiple swc configs. Closes [#177](https://github.com/wessberg/rollup-plugin-ts/issues/177). Don't enforce importHelpers: true to avoid a potential tslib error when babel or swc is used for all types of syntax ([5ba4c9c](https://github.com/wessberg/rollup-plugin-ts/commit/5ba4c9c75c0b1f5fdd34d06a0729a3af0182344a))
13+
14+
15+
116
## [3.0.1](https://github.com/wessberg/rollup-plugin-ts/compare/v3.0.0...v3.0.1) (2022-05-31)
217

318

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-ts",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)