diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f0ba5..64cc37c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.18.19...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.19...main) + +### 🏡 Chore + +- Do not include sourcemap ([dacb562](https://github.com/stacksjs/bun-plugin-dts-auto/commit/dacb562)) + +### ❤️ Contributors + +- Chris + ## v0.18.18...main [compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.18.18...main) diff --git a/package.json b/package.json index f2778d5..257d67a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dts-auto", "type": "module", - "version": "0.18.19", + "version": "0.18.20", "description": "A Bun Bundler plugin that auto generates your d.ts types.", "author": "Chris Breuer ", "license": "MIT",