Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 16, 2021
1 parent 11e3cd4 commit 523204e
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 @@
## [1.4.2](https://github.com/wessberg/rollup-plugin-ts/compare/v1.4.1...v1.4.2) (2021-09-16)


### Bug Fixes

* work around incorrect imports in some @babel/runtime/helpers/esm files that may break when using babel as a transpiler without the commonjs plugin or something similar ([d3daf35](https://github.com/wessberg/rollup-plugin-ts/commit/d3daf35d350591edece15b41e2b04b2aab211b63))



## [1.4.1](https://github.com/wessberg/rollup-plugin-ts/compare/v1.4.0...v1.4.1) (2021-08-31)


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

0 comments on commit 523204e

Please sign in to comment.