diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0f877..94aadc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/mll-lab/eslint-config/compare/v2.3.1...v2.3.2) (2023-11-23) + + +### Bug Fixes + +* remove unused peer dependencies ([1bfa275](https://github.com/mll-lab/eslint-config/commit/1bfa275cb214b33c9981c5ea26c25fb8ccc58686)) + ## [2.3.1](https://github.com/mll-lab/eslint-config/compare/v2.3.0...v2.3.1) (2023-11-23) diff --git a/package.json b/package.json index 6b7d05c..79ff472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/eslint-config", - "version": "2.3.1", + "version": "2.3.2", "description": "The shareable eslint configuration of MLL", "main": "index.js", "repository": {