diff --git a/CHANGELOG.md b/CHANGELOG.md index 71941d3..7f9edf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ with [@crystal-ball/semantic-release-base](https://github.com/crystal-ball/seman > - 🛠 - Fixes +### [21.0.1](https://github.com/crystal-ball/eslint-config-eloquence/compare/v21.0.0...v21.0.1) (2021-11-21) + + +#### 🛠 Fix + +* React testing and typescript rule fixes (#338)([b128f2d](https://github.com/crystal-ball/eslint-config-eloquence/commit/b128f2d9bfee066f724386198600681446d8a7c9)), closes [#338](https://github.com/crystal-ball/eslint-config-eloquence/issue/338) + +#### Chore + +* Bump Node version support to 14 and 16 ⚙️ (#337)([e92310a](https://github.com/crystal-ball/eslint-config-eloquence/commit/e92310a08b200997340807237dbe91b26e3b5b35)), closes [#337](https://github.com/crystal-ball/eslint-config-eloquence/issue/337) + ## [21.0.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v20.0.2...v21.0.0) (2021-11-21) diff --git a/package-lock.json b/package-lock.json index ce15ef2..289c01c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "21.0.0", + "version": "21.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df13157..396c2e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "21.0.0", + "version": "21.0.1", "description": "Adaptive, robust, elqouent ESLint configuration", "main": "./src/index.js", "type": "commonjs",