diff --git a/.changeset/perfect-coats-teach.md b/.changeset/perfect-coats-teach.md deleted file mode 100644 index 42a9b23a2..000000000 --- a/.changeset/perfect-coats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pagopa/eslint-config": major ---- - -Updated configuration to match our current code style, switched to flat config file. \ No newline at end of file diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 000000000..449096705 --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,7 @@ +# @pagopa/eslint-config + +## 4.0.0 + +### Major Changes + +- 8c68693: Updated configuration to match our current code style, switched to flat config file. diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1c0c7b1eb..926efe91c 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@pagopa/eslint-config", "type": "module", - "version": "3.0.0", + "version": "4.0.0", "main": "index.js", "scripts": { "format": "prettier --write .",