diff --git a/CHANGELOG.md b/CHANGELOG.md index f77186f..b3e72fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ +## v0.3.0...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.3.0...main) + +### 🚀 Enhancements + +- Add `outDir` option ([824d4d9](https://github.com/stacksjs/bun-plugin-dts-auto/commit/824d4d9)) + +### 🏡 Chore + +- Housekeeping ([e2ac82d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/e2ac82d)) +- Ci & vscode updates ([eb84883](https://github.com/stacksjs/bun-plugin-dts-auto/commit/eb84883)) + +### ❤️ Contributors + +- Chris + ## v0.2.2...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.2.2...main) diff --git a/package.json b/package.json index 68fe5da..dd4294c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.3.0", + "version": "0.4.0", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",