diff --git a/CHANGELOG.md b/CHANGELOG.md index d9db88d..dc1af86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.21.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.21.2...main) + +### 🏡 Chore + +- Minor adjustments ([3815b05](https://github.com/stacksjs/bun-plugin-dts-auto/commit/3815b05)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.21.1...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.21.1...main) diff --git a/package.json b/package.json index 2af380f..a911f0e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dtsx", "type": "module", - "version": "0.21.2", + "version": "0.21.3", "description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.", "author": "Chris Breuer ", "license": "MIT",