diff --git a/CHANGELOG.md b/CHANGELOG.md index cafe6b78..241c117d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.1.0 (2021-12-17) + +* feat: enabling `import/no-anonymous-default-export` (#292) ([eab7e5d](https://github.com/readmeio/eslint-config/commit/eab7e5d)), closes [#292](https://github.com/readmeio/eslint-config/issues/292) + + + ## 8.0.4 (2021-12-14) * feat: loosening up the npm engine requirements to easily allow npm@8 (#291) ([d5d44b3](https://github.com/readmeio/eslint-config/commit/d5d44b3)), closes [#291](https://github.com/readmeio/eslint-config/issues/291) diff --git a/package-lock.json b/package-lock.json index 6fd9b69a..312b4b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "8.0.4", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "8.0.4", + "version": "8.1.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.4.0", diff --git a/package.json b/package.json index 6aded385..61eb5a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "8.0.4", + "version": "8.1.0", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ",