Release v0.1.0 #8

Merged
ksv741 merged 3 commits from krylov into main 2024-11-01 07:49:28 +03:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit e2247852c3 - Show all commits

View File

@ -1,4 +1,16 @@
# ksv741 Eslint Config # ksv741 Eslint Config
## [0.1.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.3...v0.1.0) (2024-11-01)
### ⚠ BREAKING CHANGES
* not support eslint 8 versions and lower
### 🚀 New Features
* add eslint 9 support, update dependencies ([1f77e63](https://github.com/ksv741/eslint-config-ksv741/commit/1f77e6369fecf8e166aa1e444fd386bb56e22d09))
* update dev dependencies ([a0e7a9d](https://github.com/ksv741/eslint-config-ksv741/commit/a0e7a9d3596437eb3cc3f8148ef2b00bfa64a619))
### [0.0.3](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.0.3) (2024-07-05) ### [0.0.3](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.0.3) (2024-07-05)

View File

@ -22,7 +22,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ksv741/eslint-config-ksv741" "url": "https://github.com/ksv741/eslint-config-ksv741"
}, },
"version": "0.0.3", "version": "0.1.0",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "19.5.0", "@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0", "@commitlint/config-conventional": "19.5.0",