Skip to content

Commit be2bd7a

Browse files
chore: release v0.9.8
1 parent 164d314 commit be2bd7a

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.7...v0.9.8)
3+
4+
### 🧹 Chores
5+
6+
- release v0.9.8 ([74b1af8](https://github.com/stacksjs/dtsx/commit/74b1af8)) _(by glennmichael123 <gtorregosa@gmail.com>)_
7+
- wip ([164d314](https://github.com/stacksjs/dtsx/commit/164d314)) _(by glennmichael123 <gtorregosa@gmail.com>)_
8+
9+
### Contributors
10+
11+
- _glennmichael123 <gtorregosa@gmail.com>_
12+
13+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.7...HEAD)
14+
15+
### 🧹 Chores
16+
17+
- wip ([164d314](https://github.com/stacksjs/dtsx/commit/164d314)) _(by glennmichael123 <gtorregosa@gmail.com>)_
18+
19+
### Contributors
20+
21+
- _glennmichael123 <gtorregosa@gmail.com>_
22+
223
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.6...v0.9.7)
324

425
### 🧹 Chores

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.7",
4+
"version": "0.9.8",
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.7",
4+
"version": "0.9.8",
55
"description": "A Bun Bundler plugin that auto generates your DTS types extremely fast.",
66
"author": "Chris Breuer <chris@ow3.org>",
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.7",
4+
"version": "0.9.8",
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.7",
4+
"version": "0.9.8",
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)