From 0608af6568ca49a28dcb7725e7411bfdb8b39e82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Dec 2021 04:39:34 +0000 Subject: [PATCH] =?UTF-8?q?Release:=2021.1.0=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 7f9edf6..b4d6508 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.1.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v21.0.1...v21.1.0) (2021-12-02) + + +#### ✨ Update + +* Dependencies 🆙 (#325)([7ebd5a1](https://github.com/crystal-ball/eslint-config-eloquence/commit/7ebd5a187fc0465b175a3a4ecce4e72c52c0ec6f)), closes [#325](https://github.com/crystal-ball/eslint-config-eloquence/issue/325) + +#### Chore + +* Update package jest to v27.4.2 🆙 (#339)([afb0c33](https://github.com/crystal-ball/eslint-config-eloquence/commit/afb0c33fc02e60de6afed65fb47a4c113a597b61)), closes [#339](https://github.com/crystal-ball/eslint-config-eloquence/issue/339) + ### [21.0.1](https://github.com/crystal-ball/eslint-config-eloquence/compare/v21.0.0...v21.0.1) (2021-11-21) diff --git a/package-lock.json b/package-lock.json index b9a17f4..0963919 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "21.0.1", + "version": "21.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e04eb9f..cc1b301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "21.0.1", + "version": "21.1.0", "description": "Adaptive, robust, elqouent ESLint configuration", "main": "./src/index.js", "type": "commonjs",