diff --git a/CHANGELOG.md b/CHANGELOG.md index 85dabef..ac182e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.7.0](https://github.com/qmhc/vite-plugin-dts/compare/v0.6.0...v0.7.0) (2021-08-23) + +### Bug Fixes + +- support using script-setup alongside script ([39517ad](https://github.com/qmhc/vite-plugin-dts/commit/39517ad7119a4b97be7a2d874b43cb73cfa95f07)), closes [#21](https://github.com/qmhc/vite-plugin-dts/issues/21) + +### Features + +- add noEmitOnError and logDiagnostics options ([8a840fe](https://github.com/qmhc/vite-plugin-dts/commit/8a840fe2692e07e8e881c58ca8f6887d08493cc9)) + # [0.6.0](https://github.com/qmhc/vite-plugin-dts/compare/v0.5.3...v0.6.0) (2021-08-14) ### Bug Fixes diff --git a/package.json b/package.json index fda6e71..a14a4fd 100644 --- a/package.json +++ b/package.json @@ -81,5 +81,5 @@ "test:e2e": "cd example && vite build" }, "types": "dist/index.d.ts", - "version": "0.6.0" + "version": "0.7.0" }