Skip to content

Commit d73543f

Browse files
committed
chore: release v0.8.2
1 parent c44ec28 commit d73543f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Changelog
22

33

4+
## v0.8.1...main
5+
6+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.8.1...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Add output structure ([92bc1fa](https://github.com/stacksjs/dtsx/commit/92bc1fa))
11+
12+
### 🏡 Chore
13+
14+
- Add test 0010 example ([ec1ba90](https://github.com/stacksjs/dtsx/commit/ec1ba90))
15+
- Lint ([c44ec28](https://github.com/stacksjs/dtsx/commit/c44ec28))
16+
17+
### ❤️ Contributors
18+
19+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
20+
- Cab-mikee ([@cab-mikee](https://github.com/cab-mikee))
21+
422
## v0.8.0...main
523

624
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.8.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": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.8.1",
4+
"version": "0.8.2",
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)