diff --git a/CHANGELOG.md b/CHANGELOG.md index 702a894..a6ba325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.18.11...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.11...main) + +### 🩹 Fixes + +- Rename to `BUN_AUTH_TOKEN` ([0aefd83](https://github.com/stacksjs/bun-plugin-dts-auto/commit/0aefd83)) + +### ❤️ Contributors + +- Chris + ## v0.18.10...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.10...main) diff --git a/package.json b/package.json index ca47730..9b74f24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.18.11", + "version": "0.18.12", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",