Skip to content

Commit 21c7583

Browse files
committed
chore: release v0.6.0
1 parent 60582af commit 21c7583

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,6 +1,38 @@
11
# Changelog
22

33

4+
## v0.5.4...main
5+
6+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main)
7+
8+
### 🏡 Chore
9+
10+
- Add tests ([ba4db2f](https://github.com/stacksjs/dtsx/commit/ba4db2f))
11+
- Adjust error message ([408ea3a](https://github.com/stacksjs/dtsx/commit/408ea3a))
12+
- Add changelog ([bcfcd63](https://github.com/stacksjs/dtsx/commit/bcfcd63))
13+
- Remove @ts-expect-error ([a90462f](https://github.com/stacksjs/dtsx/commit/a90462f))
14+
- Check nested tsconfigs ([60582af](https://github.com/stacksjs/dtsx/commit/60582af))
15+
16+
### ❤️ Contributors
17+
18+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
19+
20+
## v0.5.4...main
21+
22+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main)
23+
24+
### 🏡 Chore
25+
26+
- Add tests ([ba4db2f](https://github.com/stacksjs/dtsx/commit/ba4db2f))
27+
- Adjust error message ([408ea3a](https://github.com/stacksjs/dtsx/commit/408ea3a))
28+
- Add changelog ([bcfcd63](https://github.com/stacksjs/dtsx/commit/bcfcd63))
29+
- Remove @ts-expect-error ([a90462f](https://github.com/stacksjs/dtsx/commit/a90462f))
30+
- Check nested tsconfigs ([60582af](https://github.com/stacksjs/dtsx/commit/60582af))
31+
32+
### ❤️ Contributors
33+
34+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
35+
436
## v0.5.4...main
537

638
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.4...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.5.4",
4+
"version": "0.6.0",
55
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)