build: v0.0.2

This commit is contained in:
Sergey Krylov 2024-04-08 07:28:19 +03:00
parent a50fd664e1
commit 536af798a2
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-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))

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