diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4de987..6eb32999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.31](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.30...v2.2.31) (2022-07-01) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.30.3 ([f243b4f](https://github.com/NullVoxPopuli/eslint-configs/commit/f243b4f3a32af2d5350312e16fefca1519bb8e7e)) + ## [2.2.30](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.29...v2.2.30) (2022-06-30) diff --git a/package.json b/package.json index 421b84de..83fd4fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.2.30", + "version": "2.2.31", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",