From c0dcad5b7a9bcb6afb2ea837096bf98086d8dca0 Mon Sep 17 00:00:00 2001 From: Release Workflow <14073668+dipiash@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:46:43 +0000 Subject: [PATCH 1/2] chore: release 4.0.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 359e78d..8d76639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.1](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v4.0.0...v4.0.1) (2025-03-24) + + +### Bug Fixes + +* :bug: fix commit lint config ([d3443e6](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/d3443e61efc178cae457b182aa1fd09bda11ef27)) + + +### Documentations + +* :memo: fully migrate to ESM config ([3ecb1b2](https://github.com/dipiash/eslint-plugin-nimbus-clean/commit/3ecb1b2935b5a90b906f5e94a8b0cf4ba1417bec)) + ## [4.0.0](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v2.0.1...v4.0.0) (2025-03-21) diff --git a/package.json b/package.json index 18ea1d8..6449f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "4.0.0", + "version": "4.0.1", "description": "A comprehensive linting solution that sweeps your code clean. Fly through your codebase with ease and precision!", "keywords": [ "eslint", From 0d8220143867125323712eb61a2484198ae80fd5 Mon Sep 17 00:00:00 2001 From: Release Workflow <14073668+dipiash@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:09:06 +0000 Subject: [PATCH 2/2] chore: release 4.0.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d76639..24dc7c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [4.0.2](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v4.0.1...v4.0.2) (2025-03-24) + ## [4.0.1](https://github.com/dipiash/eslint-plugin-nimbus-clean/compare/v4.0.0...v4.0.1) (2025-03-24) diff --git a/package.json b/package.json index 6449f69..5521a82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-nimbus-clean", - "version": "4.0.1", + "version": "4.0.2", "description": "A comprehensive linting solution that sweeps your code clean. Fly through your codebase with ease and precision!", "keywords": [ "eslint",