diff --git a/CHANGELOG.md b/CHANGELOG.md index 80dfeb7..2b82a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/stefanobartoletti/eslint-config/compare/3.0.3...3.0.4) (2024-10-02) + + +### 🩹 Bug Fixes + +* **deps:** update dependency @antfu/eslint-config to ^3.7.3 ([a2df1fc](https://github.com/stefanobartoletti/eslint-config/commit/a2df1fc0d0466e1be11d60be084871c920d099f0)) + ## [3.0.3](https://github.com/stefanobartoletti/eslint-config/compare/3.0.2...3.0.3) (2024-09-13) diff --git a/package.json b/package.json index fec78e6..e4fdd19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stefanobartoletti/eslint-config", "type": "module", - "version": "3.0.3", + "version": "3.0.4", "packageManager": "pnpm@9.12.0", "description": "", "author": "Stefano Bartoletti (https://github.com/stefanobartoletti/)",