From 8105e6a24b60beaef610ba82ab027bffe2627012 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Sun, 20 Jul 2025 16:11:32 +0300 Subject: [PATCH] build: v0.2.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9326312..2e2f2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # ksv741 Eslint Config +## [0.2.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.2.0) (2025-07-20) + + +### ⚠ BREAKING CHANGES + +* transform module from CommonJS to ESM +* not support eslint 8 versions and lower + +### 🚀 New Features + +* add eslint 9 support, update dependencies ([2a4bce3](https://github.com/ksv741/eslint-config-ksv741/commit/2a4bce3e85ce7c818e1f980d4ad9ac554f33a4a4)) +* add yarn cache ([bebbbc6](https://github.com/ksv741/eslint-config-ksv741/commit/bebbbc66635f74e38874de1c918efa3320f4e096)) +* update dependencies ([8f1b4bc](https://github.com/ksv741/eslint-config-ksv741/commit/8f1b4bcb4b8e2620ef351ab8fea73f58bb4eb449)) +* update dev dependencies ([8a1d47f](https://github.com/ksv741/eslint-config-ksv741/commit/8a1d47fcbf309c3908ba725419996efc9aac04ca)) +* update packages ([ff18846](https://github.com/ksv741/eslint-config-ksv741/commit/ff18846be599762f5781bd8c6d1c0c2078a88b1e)) + ## [0.1.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.3...v0.1.0) (2024-11-01) diff --git a/package.json b/package.json index 6cd20da..0a49bb1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/ksv741/eslint-config-ksv741" }, "type": "module", - "version": "0.1.0", + "version": "0.2.0", "devDependencies": { "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0",