From b8de9c89cf266850eda30886b6840866489c49d4 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 5 Jul 2024 07:21:55 +0300 Subject: [PATCH] build: v0.0.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad4f2a..3ad31de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # ksv741 Eslint Config +### [0.0.3](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.0.3) (2024-07-05) + + +### 🚀 New Features + +* add yarn cache ([7df1db2](https://github.com/ksv741/eslint-config-ksv741/commit/7df1db292b04995df2d1f913dd5f347f5831786b)) +* update packages ([fae7ec2](https://github.com/ksv741/eslint-config-ksv741/commit/fae7ec2521c305036d7864885e05694d0b3e3471)) + ### 0.0.2 (2024-07-05) diff --git a/package.json b/package.json index 54b3676..b04d43a 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",