From e74f4d8bba7eff8272035138b6f6e0fc2ddd958b Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 5 Jul 2024 06:39:58 +0300 Subject: [PATCH] build: v0.0.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6cb9d..f760756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # ksv741 Eslint Config +### 0.0.3 (2024-07-05) + + +### 🚀 New Features + +* add github actions ([4e38a6f](https://github.com/ksv741/eslint-config-ksv741/commit/4e38a6fef61144b8a8afc3d70c66d2ed82edc80b)) +* add jest ruleset ([139a4a6](https://github.com/ksv741/eslint-config-ksv741/commit/139a4a6766a593d9fbc27a504c24bc9e4b5c6e5a)) +* update packages ([1be7c94](https://github.com/ksv741/eslint-config-ksv741/commit/1be7c94d783bdcb88bf79bf5b303fdf791d2d4ca)) +* upgrade yarn, add linting packages ([a738e8c](https://github.com/ksv741/eslint-config-ksv741/commit/a738e8c415c6b91610128e04dd591bf4a1bbd43e)) + ### 0.0.2 (2024-04-08) diff --git a/package.json b/package.json index 30cdf93..c88619c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/ksv741/eslint-config-ksv741" }, - "version": "0.0.2", + "version": "0.0.3", "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0",