diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ea516..32e3019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.1.5...main + +[compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.1.5...main) + +### 🚀 Enhancements + +- Add eslint support ([f431c3c](https://github.com/stacksjs/bun-plugin-auto-imports/commit/f431c3c)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v0.1.4...main [compare changes](https://github.com/stacksjs/bun-plugin-auto-imports/compare/v0.1.4...main) diff --git a/package.json b/package.json index 545eb28..6ff53b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bun-plugin-auto-imports", "type": "module", - "version": "0.1.5", + "version": "0.2.0", "description": "A Bun Bundler plugin that allows for auto-imports.", "author": "Chris Breuer ", "license": "MIT",