From 7dcbfc968eb843dfef83021199060be9fa310b5a Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 5 Jul 2024 06:47:35 +0300 Subject: [PATCH] build: v0.0.4 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f760756..3dc06e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # ksv741 Eslint Config +### 0.0.4 (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 ([b619377](https://github.com/ksv741/eslint-config-ksv741/commit/b61937756639d07e22ce76cf912935c99b482a40)) +* upgrade yarn, add linting packages ([a738e8c](https://github.com/ksv741/eslint-config-ksv741/commit/a738e8c415c6b91610128e04dd591bf4a1bbd43e)) + + +### 🛠️ Bug Fixes + +* remove ts from dev deps ([1c5b2d4](https://github.com/ksv741/eslint-config-ksv741/commit/1c5b2d4d1eeda33dbf6e6fbd747230da196797ec)) + ### 0.0.3 (2024-07-05) diff --git a/package.json b/package.json index b04d43a..8d51cfc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/ksv741/eslint-config-ksv741" }, - "version": "0.0.3", + "version": "0.0.4", "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0",