Skip to content

Commit

Permalink
3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 7, 2023
1 parent c36f7e8 commit 99e5f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [3.4.5](https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.4...v3.4.5) (2023-09-07)

### Bug Fixes

- improve error handling inside transpiler-loader ([c36f7e8](https://github.com/wessberg/rollup-plugin-ts/commit/c36f7e8097e13dd0082c8bd735969776519b8563))

## [3.4.4](https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.3...v3.4.4) (2023-08-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-ts",
"version": "3.4.4",
"version": "3.4.5",
"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 99e5f86

Please sign in to comment.