Skip to content

Commit 78d8868

Browse files
committed
chore: release v0.21.7
1 parent e3acdcf commit 78d8868

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## v0.21.6...v0.21.6
3+
4+
[compare changes](https://github.com/stacksjs/bun-plugin-dtsx/compare/v0.21.6...v0.21.6)
5+
26
## v0.21.5...main
37

48
[compare changes](https://github.com/stacksjs/bun-plugin-dtsx/compare/v0.21.5...main)

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-plugin-dtsx",
33
"type": "module",
4-
"version": "0.21.6",
4+
"version": "0.21.7",
55
"description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"typecheck": "bun tsc --noEmit"
5151
},
5252
"dependencies": {
53-
"@stacksjs/dtsx": "^0.6.1"
53+
"@stacksjs/dtsx": "^0.6.2"
5454
},
5555
"devDependencies": {
5656
"@stacksjs/eslint-config": "^3.8.1-beta.2",

0 commit comments

Comments
 (0)