Skip to content

Commit 2a3fe5f

Browse files
committed
chore: release v0.21.0
1 parent c12883f commit 2a3fe5f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

2+
## v0.20.6...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.20.6...main)
5+
6+
### 🚀 Enhancements
7+
8+
- Use `dtsx` ([c12883f](https://github.com/stacksjs/bun-plugin-dts-auto/commit/c12883f))
9+
10+
### 🏡 Chore
11+
12+
- Use eslint ([2f01319](https://github.com/stacksjs/bun-plugin-dts-auto/commit/2f01319))
13+
14+
### ❤️ Contributors
15+
16+
- Chris <chrisbreuer93@gmail.com>
17+
218
## v0.20.5...main
319

420
[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.20.5...main)

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.20.6",
4+
"version": "0.21.0",
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",

0 commit comments

Comments
 (0)