Skip to content

Commit 0c8c77b

Browse files
committed
chore: release v0.9.5
1 parent b3e430d commit 0c8c77b

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

CHANGELOG.md

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

33

4+
## v0.9.4...main
5+
6+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.4...main)
7+
8+
### 🩹 Fixes
9+
10+
- Comment generation ([b3e430d](https://github.com/stacksjs/dtsx/commit/b3e430d))
11+
12+
### ❤️ Contributors
13+
14+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
15+
416
## v0.9.3...main
517

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <[email protected]>",
@@ -45,8 +45,8 @@
4545
"lint": "bunx --bun eslint .",
4646
"lint:fix": "bunx --bun eslint . --fix",
4747
"fresh": "bunx rimraf node_modules/ bun.lock && bun i",
48-
"changelog": "bunx changelogen --output CHANGELOG.md",
49-
"release": "bun run changelog && bunx bumpp -r --all",
48+
"changelog": "bunx --bun changelogen --output CHANGELOG.md",
49+
"release": "bun run changelog && bunx --bun bumpp -r --all",
5050
"test": "bun test",
5151
"typecheck": "bunx tsc --noEmit",
5252
"dev:docs": "bun --bun vitepress dev docs",

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.4",
4+
"version": "0.9.5",
55
"description": "A Bun Bundler plugin that auto generates your DTS types extremely fast.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

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.4",
4+
"version": "0.9.5",
55
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
66
"author": "Chris Breuer <[email protected]>",
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.4",
4+
"version": "0.9.5",
55
"private": true,
66
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
77
"author": "Chris Breuer <[email protected]>",

0 commit comments

Comments
 (0)