Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jan 21, 2025
1 parent f431c3c commit 3a60df3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 3a60df3

Please sign in to comment.