From 642256faf7e3f6a0e45da468962f982850c2b10d Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 17 Sep 2025 05:29:02 +0300 Subject: [PATCH] build: v0.3.0-rc.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a20091..ecfbebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # ksv741 Eslint Config +## [0.3.0-rc.1](https://github.com/ksv741/eslint-config-ksv741/compare/v0.3.0-rc.0...v0.3.0-rc.1) (2025-09-17) + + +### 🚀 New Features + +* update dependencies ([d230c0c](https://github.com/ksv741/eslint-config-ksv741/commit/d230c0ca63e3caf528ff4c4650a382102752e328)) + ## [0.3.0-rc.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.3.0-rc.0) (2025-09-17) diff --git a/package.json b/package.json index 702fdc9..492dfd8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/ksv741/eslint-config-ksv741" }, "type": "module", - "version": "0.3.0-rc.0", + "version": "0.3.0-rc.1", "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1",