build: v0.0.2

This commit is contained in:
Sergey Krylov 2024-07-05 07:07:25 +03:00
parent eecce71614
commit 479195a39d
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.md Normal file
View File

@ -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))

View File

@ -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",