diff --git a/.changeset/ninety-items-fetch.md b/.changeset/ninety-items-fetch.md deleted file mode 100644 index 277388e..0000000 --- a/.changeset/ninety-items-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kripod/eslint-config": patch ---- - -refactor(base): allow `continue` statements diff --git a/.changeset/tall-ducks-nail.md b/.changeset/tall-ducks-nail.md deleted file mode 100644 index 3489a07..0000000 --- a/.changeset/tall-ducks-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kripod/eslint-config": patch ---- - -refactor(base): allow 'debug' and 'info' logging to the console diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd2f8c..2fbbc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @kripod/eslint-config +## 0.6.5 + +### Patch Changes + +- [`207804a`](https://github.com/kripod/eslint-config/commit/207804ac04ab81631422eb34e59a1f4273622ae6) Thanks [@kripod](https://github.com/kripod)! - refactor(base): allow `continue` statements + +- [`8238053`](https://github.com/kripod/eslint-config/commit/8238053da3d3c29d1991753d5898c2a66625a6bc) Thanks [@kripod](https://github.com/kripod)! - refactor(base): allow 'debug' and 'info' logging to the console + ## 0.6.4 ### Patch Changes diff --git a/package.json b/package.json index e20aa71..39db0a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/eslint-config", - "version": "0.6.4", + "version": "0.6.5", "description": "Pragmatic ESLint config for robust collaboration", "keywords": [ "eslint",