diff --git a/CHANGELOG.md b/CHANGELOG.md index 2888e2e..35ceb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.18.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.2...main) + +### 🏡 Chore + +- Add auth-type legacy ([b6235d2](https://github.com/stacksjs/bun-plugin-dts-auto/commit/b6235d2)) + +### ❤️ Contributors + +- Chris + ## v0.18.1...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.1...main) diff --git a/package.json b/package.json index 6cb30d6..07e0eef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.18.2", + "version": "0.18.3", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",