Skip to content

Commit 525a2fa

Browse files
committed
chore: release v0.7.0
1 parent 081b86d commit 525a2fa

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11

2+
## v0.6.1...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.1...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Default to the root src dir ([081b86d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/081b86d))
9+
10+
### 🏡 Chore
11+
12+
- Adjust readme ([2e80f42](https://github.com/stacksjs/bun-plugin-dts-auto/commit/2e80f42))
13+
14+
### ❤️ Contributors
15+
16+
17+
18+
## v0.6.1...main
19+
20+
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.1...main)
21+
22+
### 🚀 Enhancements
23+
24+
- Default to the root src dir ([081b86d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/081b86d))
25+
26+
### 🏡 Chore
27+
28+
- Adjust readme ([2e80f42](https://github.com/stacksjs/bun-plugin-dts-auto/commit/2e80f42))
29+
30+
### ❤️ Contributors
31+
32+
33+
234
## v0.6.0...main
335

436
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.0...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-plugin-dts-auto",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"description": "A Bun Bundler plugin that auto generates your d.ts types.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)