From c0b9b82c8ac9bc9563dd5a885ef670e24ccaf880 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Nov 2021 21:42:20 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.1...v2.1.2) (2021-11-08) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v5.3.1 ([1764028](https://github.com/NullVoxPopuli/eslint-configs/commit/17640287584e49c3601921370f1143dc2af24851)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecee219..7f9cf00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.1...v2.1.2) (2021-11-08) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.3.1 ([1764028](https://github.com/NullVoxPopuli/eslint-configs/commit/17640287584e49c3601921370f1143dc2af24851)) + ## [2.1.1](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.1.0...v2.1.1) (2021-10-31) diff --git a/package.json b/package.json index 572fadc6..e368b145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.1.1", + "version": "2.1.2", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",