From 50f6c9f24b66bc4f10272cfa5ed0183c4bcae834 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Mon, 8 Apr 2024 07:28:19 +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..6a6cb9d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# ksv741 Eslint Config +### 0.0.2 (2024-04-08) + + +### 🚀 New Features + +* add github actions ([a50fd66](https://github.com/ksv741/eslint-config-ksv741/commit/a50fd664e17ccfaaa9d853f1c09b63a217570bac)) +* add jest ruleset ([ca0bbac](https://github.com/ksv741/eslint-config-ksv741/commit/ca0bbac5c0b4a79a1c47411cc986130e9c914566)) +* upgrade yarn, add linting packages ([a8e08f8](https://github.com/ksv741/eslint-config-ksv741/commit/a8e08f88794c17ec5ab3001538dabf49f9d93863)) 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",