build: v0.0.2

This commit is contained in:
Sergey Krylov 2024-04-08 07:20:09 +03:00
parent 37da7aa56e
commit 563a8e3ee0
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 ([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))

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