diff --git a/CHANGELOG.md b/CHANGELOG.md index cbac845..0b2f36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.2.2...main + +[compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.2.2...main) + +### 🚀 Enhancements + +- Add support for `dirs` option ([9faf6ba](https://github.com/stacksjs/bun-plugin-auto-imports/commit/9faf6ba)) + +### 🏡 Chore + +- Update readme ([5e6a5cd](https://github.com/stacksjs/bun-plugin-auto-imports/commit/5e6a5cd)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.2.1...main [compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.2.1...main) diff --git a/package.json b/package.json index 620f166..274b1c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-auto-imports", "type": "module", - "version": "0.2.2", + "version": "0.3.0", "description": "A Bun Bundler plugin that allows for auto-imports.", "author": "Chris Breuer ", "license": "MIT",