diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b896bb..f53f4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## v2.2.0 + +[compare changes](https://github.com/alsacreations/eslint/compare/v2.1.1...v2.2.0) + +### 🚀 Enhancements + +- **javascript:** Add `eslint:recommended` default config ([3331fdc](https://github.com/alsacreations/eslint/commit/3331fdc)) + +### 🏡 Chore + +- Disable slack integration ([70e0d15](https://github.com/alsacreations/eslint/commit/70e0d15)) +- Add compatibility with version 9 of eslint ([4b3d89b](https://github.com/alsacreations/eslint/commit/4b3d89b)) + +### 🤖 CI + +- Update node and pnpm version ([046552b](https://github.com/alsacreations/eslint/commit/046552b)) + +### ❤️ Contributors + +- Nicolas Sutter + ## v2.1.1 [compare changes](https://github.com/alsacreations/eslint/compare/v2.1.0...v2.1.1) diff --git a/package.json b/package.json index 871519e..49b2f6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-alsacreations", - "version": "2.1.1", + "version": "2.2.0", "description": "Configuration eslint d'Alsacréations", "packageManager": "pnpm@9.1.3", "repository": { @@ -98,4 +98,4 @@ "tsup": "^7.2.0", "type-fest": "^4.4.0" } -} +} \ No newline at end of file