Skip to content

Commit b0d0f40

Browse files
chore: release v0.9.9
1 parent 3a6671a commit b0d0f40

File tree

5 files changed

+35
-4
lines changed

5 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.8...v0.9.9)
3+
4+
### 🧹 Chores
5+
6+
- release v0.9.9 ([a101b79](https://github.com/stacksjs/dtsx/commit/a101b79)) _(by glennmichael123 <gtorregosa@gmail.com>)_
7+
- wip ([3a6671a](https://github.com/stacksjs/dtsx/commit/3a6671a)) _(by glennmichael123 <gtorregosa@gmail.com>)_
8+
- **deps**: update all non-major dependencies (#77) ([e7c57ea](https://github.com/stacksjs/dtsx/commit/e7c57ea)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#77](https://github.com/stacksjs/dtsx/issues/77), [#77](https://github.com/stacksjs/dtsx/issues/77))
9+
- **deps**: update stacksjs/action-releaser action to v1.2.7 (#75) ([7ab2e54](https://github.com/stacksjs/dtsx/commit/7ab2e54)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ ([#75](https://github.com/stacksjs/dtsx/issues/75), [#75](https://github.com/stacksjs/dtsx/issues/75))
10+
- wip ([85e6a99](https://github.com/stacksjs/dtsx/commit/85e6a99)) _(by glennmichael123 <gtorregosa@gmail.com>)_
11+
12+
### Contributors
13+
14+
- _Chris <chrisbreuer93@gmail.com>_
15+
- _[renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot])_
16+
- _glennmichael123 <gtorregosa@gmail.com>_
17+
18+
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.8...HEAD)
19+
20+
### 🧹 Chores
21+
22+
- wip ([3a6671a](https://github.com/stacksjs/dtsx/commit/3a6671a)) _(by glennmichael123 <gtorregosa@gmail.com>)_
23+
- **deps**: update all non-major dependencies (#77) ([e7c57ea](https://github.com/stacksjs/dtsx/commit/e7c57ea)) _(by Chris <chrisbreuer93@gmail.com>)_ ([#77](https://github.com/stacksjs/dtsx/issues/77), [#77](https://github.com/stacksjs/dtsx/issues/77))
24+
- **deps**: update stacksjs/action-releaser action to v1.2.7 (#75) ([7ab2e54](https://github.com/stacksjs/dtsx/commit/7ab2e54)) _(by [renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot]))_ ([#75](https://github.com/stacksjs/dtsx/issues/75), [#75](https://github.com/stacksjs/dtsx/issues/75))
25+
- wip ([85e6a99](https://github.com/stacksjs/dtsx/commit/85e6a99)) _(by glennmichael123 <gtorregosa@gmail.com>)_
26+
27+
### Contributors
28+
29+
- _Chris <chrisbreuer93@gmail.com>_
30+
- _[renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>](https://github.com/renovate[bot])_
31+
- _glennmichael123 <gtorregosa@gmail.com>_
32+
233
[Compare changes](https://github.com/stacksjs/dtsx/compare/v0.9.7...v0.9.8)
334

435
### 🧹 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.8",
4+
"version": "0.9.9",
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.8",
4+
"version": "0.9.9",
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.8",
4+
"version": "0.9.9",
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.8",
4+
"version": "0.9.9",
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)