From d43ce5c9d1dbbdad428279b9f857f1c657772332 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Feb 2022 08:54:10 +0000 Subject: [PATCH] chore(release): 2.1.23 [skip ci] ## [2.1.23](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.22...v2.1.23) (2022-02-15) ### Bug Fixes * **deps:** update dependency eslint-plugin-ember to v10.5.9 ([0902e4e](https://github.com/NullVoxPopuli/eslint-configs/commit/0902e4e39e0ef7e7ebf703347a641c59264de79d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f2e3ab..eee46a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.23](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.22...v2.1.23) (2022-02-15) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-ember to v10.5.9 ([0902e4e](https://github.com/NullVoxPopuli/eslint-configs/commit/0902e4e39e0ef7e7ebf703347a641c59264de79d)) + ## [2.1.22](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.21...v2.1.22) (2022-02-14) diff --git a/package.json b/package.json index 960950cb..59643bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.1.22", + "version": "2.1.23", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",