From bfce460c33b869dc20e5f4a68ce36f2c866c7ffb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Sep 2022 22:02:31 +0000 Subject: [PATCH] chore(release): 2.2.56 [skip ci] ## [2.2.56](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.55...v2.2.56) (2022-09-12) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v5.37.0 ([035562f](https://github.com/NullVoxPopuli/eslint-configs/commit/035562f4516cc64ebd06ca689a248032ab37e2a4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4977726a..4e7014bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.56](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.55...v2.2.56) (2022-09-12) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.37.0 ([035562f](https://github.com/NullVoxPopuli/eslint-configs/commit/035562f4516cc64ebd06ca689a248032ab37e2a4)) + ## [2.2.55](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.54...v2.2.55) (2022-09-06) diff --git a/package.json b/package.json index 70861909..b649d1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.2.55", + "version": "2.2.56", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",