diff --git a/CHANGELOG.md b/CHANGELOG.md index 9edb4b2..67e589c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.4.1](https://github.com/wessberg/rollup-plugin-ts/compare/v3.4.0...v3.4.1) (2023-08-03) + + +### Bug Fixes + +* regression on Windows ([351bf26](https://github.com/wessberg/rollup-plugin-ts/commit/351bf26588659cc195dc6837d7475ad40af55fa8)) + + + # [3.4.0](https://github.com/wessberg/rollup-plugin-ts/compare/v3.3.1...v3.4.0) (2023-08-03) diff --git a/package.json b/package.json index cf24ca2..7313e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-ts", - "version": "3.4.0", + "version": "3.4.1", "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",