Skip to content

Commit 8cf36e9

Browse files
committed
chore: release v0.2.0
1 parent 3143284 commit 8cf36e9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11

2+
## v0.1.5...main
3+
4+
[compare changes](https://github.com/stacksjs/eslint-plugin/compare/v0.1.5...main)
5+
6+
### 🏡 Chore
7+
8+
- Update vscode settings ([93e3e6e](https://github.com/stacksjs/eslint-plugin/commit/93e3e6e))
9+
- Add github funding info ([2930a86](https://github.com/stacksjs/eslint-plugin/commit/2930a86))
10+
- Update bun version ([200b853](https://github.com/stacksjs/eslint-plugin/commit/200b853))
11+
- Update deps ([dcdd9a9](https://github.com/stacksjs/eslint-plugin/commit/dcdd9a9))
12+
- Dont emit cjs ([59119d1](https://github.com/stacksjs/eslint-plugin/commit/59119d1))
13+
- Minor updates ([3143284](https://github.com/stacksjs/eslint-plugin/commit/3143284))
14+
15+
### ❤️ Contributors
16+
17+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
18+
219
## v0.1.4...main
320

421
[compare changes](https://github.com/stacksjs/eslint-plugin/compare/v0.1.4...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/eslint-plugin",
33
"type": "module",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"description": "The Stacks ESLint plugin",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/chrisbbreuer",

0 commit comments

Comments
 (0)