build: v0.3.0-rc.0

This commit is contained in:
Sergey Krylov 2025-09-17 05:05:27 +03:00
parent e28ae4c696
commit 292e18c69e
2 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,21 @@
# ksv741 Eslint Config
## [0.3.0-rc.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.3.0-rc.0) (2025-09-17)
### ⚠ BREAKING CHANGES
* transform module from CommonJS to ESM
* not support eslint 8 versions and lower
### 🚀 New Features
* add eslint 9 support, update dependencies ([23f1c08](https://github.com/ksv741/eslint-config-ksv741/commit/23f1c08611119e5aeb878fb07e53d36076e8db41))
* add yarn cache ([bebbbc6](https://github.com/ksv741/eslint-config-ksv741/commit/bebbbc66635f74e38874de1c918efa3320f4e096))
* update dependencies ([e28ae4c](https://github.com/ksv741/eslint-config-ksv741/commit/e28ae4c696c2190ea1de463042e28bd9abfc3ce3))
* update dependencies ([4bb4584](https://github.com/ksv741/eslint-config-ksv741/commit/4bb458460678362b018573a30460eacd5691536c))
* update dev dependencies ([ee38a51](https://github.com/ksv741/eslint-config-ksv741/commit/ee38a51b60d0320f82f5c7212a47c7271869c0d8))
* update packages ([ff18846](https://github.com/ksv741/eslint-config-ksv741/commit/ff18846be599762f5781bd8c6d1c0c2078a88b1e))
## [0.2.0](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.2...v0.2.0) (2025-07-20)

View File

@ -23,7 +23,7 @@
"url": "https://github.com/ksv741/eslint-config-ksv741"
},
"type": "module",
"version": "0.2.0",
"version": "0.3.0-rc.0",
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",