From 479195a39dd151cfb2cefbee51e444f682edb68a Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 5 Jul 2024 07:07:25 +0300 Subject: [PATCH] build: v0.0.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6ad4f2a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# ksv741 Eslint Config +### 0.0.2 (2024-07-05) + + +### 🚀 New Features + +* add github actions ([eecce71](https://github.com/ksv741/eslint-config-ksv741/commit/eecce716144d4e068476fecdc34d05d3a895e393)) +* add jest ruleset ([139a4a6](https://github.com/ksv741/eslint-config-ksv741/commit/139a4a6766a593d9fbc27a504c24bc9e4b5c6e5a)) +* upgrade yarn, add linting packages ([4908398](https://github.com/ksv741/eslint-config-ksv741/commit/4908398d682fa91803a09ea04af9350e78d6a2c9)) diff --git a/package.json b/package.json index 1c05dda..4766778 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/ksv741/eslint-config-ksv741" }, - "version": "0.0.1", + "version": "0.0.2", "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0",