Skip to content

Commit 78bb9a1

Browse files
committed
2.0.3
1 parent 493014c commit 78bb9a1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.0.3](https://github.com/wessberg/rollup-plugin-ts/compare/v2.0.2...v2.0.3) (2021-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* group ExportDeclarations by not just module specifiers but also whether or not they or their individual ExportSpecifiers are 'isTypeOnly'. Fixes [#153](https://github.com/wessberg/rollup-plugin-ts/issues/153) ([493014c](https://github.com/wessberg/rollup-plugin-ts/commit/493014c7572df8498f2754efbdfa8458765be403))
7+
8+
9+
110
## [2.0.2](https://github.com/wessberg/rollup-plugin-ts/compare/v2.0.1...v2.0.2) (2021-11-17)
211

312

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": "2.0.2",
3+
"version": "2.0.3",
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)