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",