Skip to content

Commit 1f46d8b

Browse files
committed
chore: release v0.5.1
1 parent a7b02f3 commit 1f46d8b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

2+
## v0.5.0...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.5.0...main)
5+
6+
### 🩹 Fixes
7+
8+
- Set `src` to `rootDir` ([26b6018](https://github.com/stacksjs/bun-plugin-dts-auto/commit/26b6018))
9+
10+
### 🏡 Chore
11+
12+
- Readme update ([5c5139f](https://github.com/stacksjs/bun-plugin-dts-auto/commit/5c5139f))
13+
- Adjust `outDir` to have colocated types ([a7b02f3](https://github.com/stacksjs/bun-plugin-dts-auto/commit/a7b02f3))
14+
15+
### ❤️ Contributors
16+
17+
- Chris <chrisbreuer93@gmail.com>
18+
219
## v0.4.1...main
320

421
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.4.1...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.5.0",
4+
"version": "0.5.1",
55
"description": "A Bun Bundler plugin that auto generates your d.ts types.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)