From f72593ab46ebc584e77c25c88d70ef87c9142c29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 21 Nov 2021 19:24:50 +0000 Subject: [PATCH] =?UTF-8?q?Release:=2021.0.1=20=F0=9F=94=96=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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",