From 5846d9296a0de8b7558394c0e501cbad98992de6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Nov 2023 08:48:07 +0000 Subject: [PATCH] chore(release): 2.3.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {