diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f3e72a0f..4389d7480a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v3.7.3-stacks-1.3...main + +[compare changes](https://github.com/stacksjs/eslint-config/compare/v3.7.3-stacks-1.3...main) + +### 🚀 Enhancements + +- Add `stacks/disables/cloud-no-new` ([0ae0dce](https://github.com/stacksjs/eslint-config/commit/0ae0dce)) + +### ❤️ Contributors + +- Chris + ## v3.7.3-stacks-1.2...main [compare changes](https://github.com/stacksjs/eslint-config/compare/v3.7.3-stacks-1.2...main) diff --git a/package.json b/package.json index 321852155a..de3eb68670 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stacksjs/eslint-config", "type": "module", - "version": "3.7.3-stacks-1.3", + "version": "3.7.3-stacks-1.4", "description": "Anthony's ESLint config", "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT",