diff --git a/CHANGELOG.md b/CHANGELOG.md index acbecc4..76f175d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.8.0](https://github.com/qmhc/vite-plugin-dts/compare/v3.7.3...v3.8.0) (2024-03-27) + +### Bug Fixes + +- add syntactic and semantic diagnostics ([#310](https://github.com/qmhc/vite-plugin-dts/issues/310)) ([7c10782](https://github.com/qmhc/vite-plugin-dts/commit/7c10782284ebe728ab0d8850269fcc1ecae8310e)) + +### Features + +- collect declared modules when rollup types ([39606bd](https://github.com/qmhc/vite-plugin-dts/commit/39606bd34534e2783300e351ba8bbed7f70d6d6a)), closes [#240](https://github.com/qmhc/vite-plugin-dts/issues/240) + ## [3.7.3](https://github.com/qmhc/vite-plugin-dts/compare/v3.7.2...v3.7.3) (2024-02-21) ### Bug Fixes diff --git a/package.json b/package.json index 294e24a..f2bb0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-dts", - "version": "3.7.3", + "version": "3.8.0", "type": "module", "license": "MIT", "author": "qmhc",