Skip to content

Commit db46ad4

Browse files
committed
chore: release v0.9.3
1 parent 1310a30 commit db46ad4

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

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

33

4+
## v0.9.2...main
5+
6+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.2...main)
7+
8+
### 🏡 Chore
9+
10+
- Wip ([dd7d749](https://github.com/stacksjs/dtsx/commit/dd7d749))
11+
- Wip ([8cad5b6](https://github.com/stacksjs/dtsx/commit/8cad5b6))
12+
- Wip ([ae68c4e](https://github.com/stacksjs/dtsx/commit/ae68c4e))
13+
- Wip ([1310a30](https://github.com/stacksjs/dtsx/commit/1310a30))
14+
15+
### ❤️ Contributors
16+
17+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
18+
419
## v0.9.1...main
520

621
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.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": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/bun-plugin/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-dtsx",
33
"type": "module",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

packages/dtsx/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.9.2",
4+
"version": "0.9.3",
55
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-dtsx",
33
"type": "module",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <chris@stacksjs.org>",

0 commit comments

Comments
 (0)