Skip to content

Commit

Permalink
1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 24, 2021
1 parent 9eaada7 commit 7c313dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.4.7](https://github.com/wessberg/rollup-plugin-ts/compare/v1.4.6...v1.4.7) (2021-09-24)


### Bug Fixes

* remove unused dependency ([e7a4c83](https://github.com/wessberg/rollup-plugin-ts/commit/e7a4c8316b8b0864443e07ef845b58d1f4ae95f1))


### Features

* avoid duplicating inlined module-/namespace declarations and hoist nested ones. [#149](https://github.com/wessberg/rollup-plugin-ts/issues/149) ([b21b20c](https://github.com/wessberg/rollup-plugin-ts/commit/b21b20c91e5793cb50ca579cb9f97c5357026b95))



## [1.4.6](https://github.com/wessberg/rollup-plugin-ts/compare/v1.4.5...v1.4.6) (2021-09-21)


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": "1.4.6",
"version": "1.4.7",
"description": "A TypeScript Rollup plugin that bundles declarations and respects Browserslists",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 7c313dd

Please sign in to comment.