diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9381cf68..1ece4007e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v3.15.1-beta.3...main + +[compare changes](https://github.com/stacksjs/eslint-config/compare/v3.15.1-beta.3...main) + +### 🏡 Chore + +- Use console debug ([b65af38](https://github.com/stacksjs/eslint-config/commit/b65af38)) + +### ❤️ Contributors + +- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer)) + ## v3.15.1-beta.2...main [compare changes](https://github.com/stacksjs/eslint-config/compare/v3.15.1-beta.2...main) diff --git a/package.json b/package.json index 42b0da13d9..e2fc0d59ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-config", "type": "module", - "version": "3.15.1-beta.3", + "version": "3.15.1-beta.4", "description": "Stacks ESLint config", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT",