Skip to content

Commit

Permalink
chore: release v0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 9, 2024
1 parent e3acdcf commit 78d8868
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## v0.21.6...v0.21.6

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

## v0.21.5...main

[compare changes](https://github.com/stacksjs/bun-plugin-dtsx/compare/v0.21.5...main)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bun-plugin-dtsx",
"type": "module",
"version": "0.21.6",
"version": "0.21.7",
"description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typecheck": "bun tsc --noEmit"
},
"dependencies": {
"@stacksjs/dtsx": "^0.6.1"
"@stacksjs/dtsx": "^0.6.2"
},
"devDependencies": {
"@stacksjs/eslint-config": "^3.8.1-beta.2",
Expand Down

0 comments on commit 78d8868

Please sign in to comment.