diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d98462..14efb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.1.1...main + +[compare changes](https://github.com/stacksjs/eslint-plugin/compare/v0.1.1...main) + +### 🏡 Chore + +- Wip ([dab1753](https://github.com/stacksjs/eslint-plugin/commit/dab1753)) + +### ❤️ Contributors + +- Chris + ## v0.1.0...main [compare changes](https://github.com/stacksjs/eslint-plugin/compare/v0.1.0...main) diff --git a/package.json b/package.json index a80afba..900efd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-plugin", "type": "module", - "version": "0.1.1", + "version": "0.1.2", "description": "The Stacks ESLint plugin", "license": "MIT", "funding": "https://github.com/sponsors/chrisbbreuer",