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