From cde090d34331a7e562f534fcc1999e533297733a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Jul 2022 14:37:39 +0000 Subject: [PATCH] chore(release): 2.2.32 [skip ci] ## [2.2.32](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.31...v2.2.32) (2022-07-03) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v5.30.4 ([f119638](https://github.com/NullVoxPopuli/eslint-configs/commit/f119638bfd9af8e6c0801bd11989f5c1e68c846d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb32999..376ac3e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.32](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.31...v2.2.32) (2022-07-03) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.30.4 ([f119638](https://github.com/NullVoxPopuli/eslint-configs/commit/f119638bfd9af8e6c0801bd11989f5c1e68c846d)) + ## [2.2.31](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.30...v2.2.31) (2022-07-01) diff --git a/package.json b/package.json index b1931ced..b8b419e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.2.31", + "version": "2.2.32", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",