diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efc43c..6f1f821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.0.0-beta.3](https://github.com/adfinis/eslint-config/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2024-12-17) + + +### Bug Fixes + +* fix module type of config files ([79f990d](https://github.com/adfinis/eslint-config/commit/79f990da73e4775492233fa01d460ce3d6b6413a)) + # [3.0.0-beta.2](https://github.com/adfinis/eslint-config/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2024-12-17) diff --git a/package.json b/package.json index a44b8eb..2638891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adfinis/eslint-config", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "Adfinis' ESlint config, following our coding guidelines", "main": "index.js", "scripts": {