Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 18, 2021
1 parent 493014c commit 78bb9a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.3](https://github.com/wessberg/rollup-plugin-ts/compare/v2.0.2...v2.0.3) (2021-11-18)


### Bug Fixes

* 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))



## [2.0.2](https://github.com/wessberg/rollup-plugin-ts/compare/v2.0.1...v2.0.2) (2021-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-ts",
"version": "2.0.2",
"version": "2.0.3",
"description": "A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 78bb9a1

Please sign in to comment.