From f277b998e8f7721a2043c1a5d07ae996fa5bc552 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Aug 2022 21:42:13 +0000 Subject: [PATCH] chore(release): 2.2.50 [skip ci] ## [2.2.50](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.49...v2.2.50) (2022-08-23) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v5.34.0 ([4a53598](https://github.com/NullVoxPopuli/eslint-configs/commit/4a535986d94f17ae1850ed7901d612de31cab62a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9546cf6c..86cf6108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.50](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.49...v2.2.50) (2022-08-23) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.34.0 ([4a53598](https://github.com/NullVoxPopuli/eslint-configs/commit/4a535986d94f17ae1850ed7901d612de31cab62a)) + ## [2.2.49](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.48...v2.2.49) (2022-08-18) diff --git a/package.json b/package.json index bd0c6faa..470b62d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.2.49", + "version": "2.2.50", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",