diff --git a/CHANGELOG.md b/CHANGELOG.md index 4977726a..4e7014bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.56](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.55...v2.2.56) (2022-09-12) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v5.37.0 ([035562f](https://github.com/NullVoxPopuli/eslint-configs/commit/035562f4516cc64ebd06ca689a248032ab37e2a4)) + ## [2.2.55](https://github.com/NullVoxPopuli/eslint-configs/compare/v2.2.54...v2.2.55) (2022-09-06) diff --git a/package.json b/package.json index 70861909..b649d1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nullvoxpopuli/eslint-configs", - "version": "2.2.55", + "version": "2.2.56", "description": "eslint configs for the NullVoxPopuli's projects", "main": "index.js", "type": "commonjs",