Skip to content

Commit

Permalink
release: v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Mar 27, 2024
1 parent 1c31b87 commit 5652490
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-dts",
"version": "3.7.3",
"version": "3.8.0",
"type": "module",
"license": "MIT",
"author": "qmhc",
Expand Down

0 comments on commit 5652490

Please sign in to comment.