diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a62a43..0d311de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ +## v0.21.7...main + +[compare changes](https://github.com/stacksjs/bun-plugin-dtsx/compare/v0.21.7...main) + +### 🏡 Chore + +- Adjust image url ([586df55](https://github.com/stacksjs/bun-plugin-dtsx/commit/586df55)) +- Remove unused '@ts-expect-error' directives ([92ee344](https://github.com/stacksjs/bun-plugin-dtsx/commit/92ee344)) +- Update dtsx ([400d1dc](https://github.com/stacksjs/bun-plugin-dtsx/commit/400d1dc)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.21.6...v0.21.6 [compare changes](https://github.com/stacksjs/bun-plugin-dtsx/compare/v0.21.6...v0.21.6) diff --git a/package.json b/package.json index 88db4da..7cb5b6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-dtsx", "type": "module", - "version": "0.21.7", + "version": "0.21.8", "description": "A Bun Bundler plugin that auto generates your d.ts types extremely fast.", "author": "Chris Breuer ", "license": "MIT",