From 71de62d44cc0960fe2759acf846fa0df51f9b5fb Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Mon, 8 Apr 2024 07:20:09 +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..e64dab3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# ksv741 Eslint Config +### 0.0.2 (2024-04-08) + + +### 🚀 New Features + +* add github actions ([37da7aa](https://github.com/ksv741/eslint-config-ksv741/commit/37da7aa56ea2ed4133262a7bcd6d44a6a13241ef)) +* add jest ruleset ([6cbcc50](https://github.com/ksv741/eslint-config-ksv741/commit/6cbcc50d4bf446c372f68390949a66005bde1686)) +* upgrade yarn, add linting packages ([7ea6f60](https://github.com/ksv741/eslint-config-ksv741/commit/7ea6f600c4bbb1520d38157336b502a9c1bfd3d9)) 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",