From ae6dea1b0b22b183de33f32888c4e9ffab8339ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Sep 2020 18:58:37 +0000 Subject: [PATCH] =?UTF-8?q?Release:=2014.11.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 | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faefdd2..2f2c650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,19 @@ with [@crystal-ball/semantic-release-base](https://github.com/crystal-ball/seman > - 🛠 - Fixes +## [14.11.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.10.0...v14.11.0) (2020-09-04) + + +#### ✨ Update + +* Package dependencies 🆙 (#237)([dfd3251](https://github.com/crystal-ball/eslint-config-eloquence/commit/dfd3251d6e6d15aa3df16f24457f5efea9c4b3e5)), closes [#237](https://github.com/crystal-ball/eslint-config-eloquence/issue/237) + +#### Chore + +* Update devDependencies 🆙 (#232)([0454b1f](https://github.com/crystal-ball/eslint-config-eloquence/commit/0454b1f78bd51652dd7de52c3bd3216976f281a5)), closes [#232](https://github.com/crystal-ball/eslint-config-eloquence/issue/232) +* Update package @types/jest to v26.0.12 🆙 (#235)([8a595e4](https://github.com/crystal-ball/eslint-config-eloquence/commit/8a595e4f0e668d683613a624afdd07a1b38f8156)), closes [#235](https://github.com/crystal-ball/eslint-config-eloquence/issue/235) +* Update package jest to v26.4.2 🆙 (#234)([e75f7e1](https://github.com/crystal-ball/eslint-config-eloquence/commit/e75f7e14107e796b86fe64199ce205edba004773)), closes [#234](https://github.com/crystal-ball/eslint-config-eloquence/issue/234) + ## [14.10.0](https://github.com/crystal-ball/eslint-config-eloquence/compare/v14.9.0...v14.10.0) (2020-08-06) diff --git a/package.json b/package.json index 28f18bd..3e6c1b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-eloquence", - "version": "14.10.0", + "version": "14.11.0", "description": "Adaptive, robust, elqouent ESLint configuration", "main": "./src/index.js", "type": "commonjs",