diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f77186f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ + +## v0.2.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.2.2...main) + +### 🏡 Chore + +- Several updates ([4d53e0d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/4d53e0d)) + +### ❤️ Contributors + +- Chris + diff --git a/package.json b/package.json index 4d06643..68fe5da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.2.2", + "version": "0.3.0", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",