diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2f36c..7c3382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.3.0...main + +[compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.3.0...main) + +### 🩹 Fixes + +- Use relative paths ([2ec56b6](https://github.com/stacksjs/bun-plugin-auto-imports/commit/2ec56b6)) + +### 🏡 Chore + +- Adjust note ([567d26a](https://github.com/stacksjs/bun-plugin-auto-imports/commit/567d26a)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.2.2...main [compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.2.2...main) diff --git a/package.json b/package.json index 274b1c6..df44288 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-auto-imports", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "description": "A Bun Bundler plugin that allows for auto-imports.", "author": "Chris Breuer ", "license": "MIT",