diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9f0d5..144d9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.20.4...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.20.4...main) + +### 🏡 Chore + +- Test peer deps ([017439c](https://github.com/stacksjs/bun-plugin-dts-auto/commit/017439c)) + +### ❤️ Contributors + +- Chris + ## v0.20.3...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.20.3...main) diff --git a/package.json b/package.json index 2969e77..b2e1e4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.20.4", + "version": "0.20.5", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",