Skip to content

Commit a1d2e67

Browse files
committed
release: v1.0.0-beta.6
1 parent 6d953f4 commit a1d2e67

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/unplugin-dts/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.0.0-beta.6](https://github.com/qmhc/vite-plugin-dts/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2025-07-31)
2+
3+
4+
### Bug Fixes
5+
6+
* should collect indentifier module declaration ([79e5440](https://github.com/qmhc/vite-plugin-dts/commit/79e544069a6d0f0c19137b2b10b703d78a678311)), closes [#419](https://github.com/qmhc/vite-plugin-dts/issues/419)
7+
* should exclude outDirs by default ([6d953f4](https://github.com/qmhc/vite-plugin-dts/commit/6d953f44149462dc477356a3fdda14ee117b8d37)), closes [#415](https://github.com/qmhc/vite-plugin-dts/issues/415)
8+
9+
10+
### Features
11+
12+
* add afterBootstrap hook ([b191904](https://github.com/qmhc/vite-plugin-dts/commit/b191904ad77cbe0a6bd98bee06276ca1392af9df)), closes [#326](https://github.com/qmhc/vite-plugin-dts/issues/326)
13+
14+
15+
116
# [1.0.0-beta.5](https://github.com/qmhc/vite-plugin-dts/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-07-30)
217

318

packages/unplugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-dts",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"type": "module",
55
"license": "MIT",
66
"author": "qmhc",

0 commit comments

Comments
 (0)