Skip to content

Commit f53d89e

Browse files
chore: release v0.9.7
1 parent a7fc0b7 commit f53d89e

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.6...v0.9.7)
3+
4+
### 🧹 Chores
5+
6+
- release v0.9.7 ([ef9e926](https://github.com/stacksjs/dtsx/commit/ef9e926)) _(by glennmichael123 <gtorregosa@gmail.com>)_
7+
- **deps**: update all non-major dependencies (#74) ([a7fc0b7](https://github.com/stacksjs/dtsx/commit/a7fc0b7)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#74](https://github.com/stacksjs/dtsx/issues/74), [#74](https://github.com/stacksjs/dtsx/issues/74))
8+
- wip ([498f379](https://github.com/stacksjs/dtsx/commit/498f379)) _(by glennmichael123 <gtorregosa@gmail.com>)_
9+
- **deps**: update all non-major dependencies (#73) ([e6bf21d](https://github.com/stacksjs/dtsx/commit/e6bf21d)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ ([#73](https://github.com/stacksjs/dtsx/issues/73), [#73](https://github.com/stacksjs/dtsx/issues/73))
10+
11+
### Contributors
12+
13+
- _Chris <chrisbreuer93@gmail.com>_
14+
- _[renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot])_
15+
- _glennmichael123 <gtorregosa@gmail.com>_
16+
17+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.6...HEAD)
18+
19+
### 🧹 Chores
20+
21+
- **deps**: update all non-major dependencies (#74) ([a7fc0b7](https://github.com/stacksjs/dtsx/commit/a7fc0b7)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#74](https://github.com/stacksjs/dtsx/issues/74), [#74](https://github.com/stacksjs/dtsx/issues/74))
22+
- wip ([498f379](https://github.com/stacksjs/dtsx/commit/498f379)) _(by glennmichael123 <gtorregosa@gmail.com>)_
23+
- **deps**: update all non-major dependencies (#73) ([e6bf21d](https://github.com/stacksjs/dtsx/commit/e6bf21d)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ ([#73](https://github.com/stacksjs/dtsx/issues/73), [#73](https://github.com/stacksjs/dtsx/issues/73))
24+
25+
### Contributors
26+
27+
- _Chris <chrisbreuer93@gmail.com>_
28+
- _[renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot])_
29+
- _glennmichael123 <gtorregosa@gmail.com>_
30+
231
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.5...v0.9.6)
332

433
### 🧹 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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
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)