eslint-config-codely
Version:
Codely's ESLint and Prettier Config
62 lines (28 loc) • 3.31 kB
Markdown
# Changelog
## [4.5.0](https://github.com/CodelyTV/eslint-config-codely/compare/v4.4.1...v4.5.0) (2025-02-12)
### Features
* support dots for catch-all segments on folder name ([#43](https://github.com/CodelyTV/eslint-config-codely/issues/43)) ([e0c1987](https://github.com/CodelyTV/eslint-config-codely/commit/e0c1987c94d8a06cee22df0ac3c064f96092adf7))
## [4.4.1](https://github.com/CodelyTV/eslint-config-codely/compare/v4.4.0...v4.4.1) (2025-02-04)
### Features
* No modifications introduced in this version. Being forced to bump the minor version due to change the release precess automation (avoid component name in release tags).
## [4.4.0](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.4...eslint-config-codely-v4.4.0) (2025-02-04)
### Features
* allow numbers in folder names ([#36](https://github.com/CodelyTV/eslint-config-codely/issues/36)) ([c9780f6](https://github.com/CodelyTV/eslint-config-codely/commit/c9780f62bdadbb6b24ff85025d721e48994d1896))
## [4.3.4](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.3...eslint-config-codely-v4.3.4) (2025-01-20)
### Bug Fixes
* revert "fix: chore(deps): update non-breaking dependencies ([#32](https://github.com/CodelyTV/eslint-config-codely/issues/32))" due to breaking changes ([#34](https://github.com/CodelyTV/eslint-config-codely/issues/34)) ([8303ff8](https://github.com/CodelyTV/eslint-config-codely/commit/8303ff8dd6a6579767cc2a2a1aed062b8cd50472))
## [4.3.3](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.2...eslint-config-codely-v4.3.3) (2025-01-15)
### Bug Fixes
* chore(deps): update non-breaking dependencies ([#32](https://github.com/CodelyTV/eslint-config-codely/issues/32)) ([a720c26](https://github.com/CodelyTV/eslint-config-codely/commit/a720c26a4b941e250d830264706a93f4926010f4))
## [4.3.2](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.1...eslint-config-codely-v4.3.2) (2025-01-15)
### Bug Fixes
* avoid using GitHub Personal Access Token while publishing a new release ([#30](https://github.com/CodelyTV/eslint-config-codely/issues/30)) ([b3d358b](https://github.com/CodelyTV/eslint-config-codely/commit/b3d358b424cfbeb1b5c1f907f8fcda337e4d645b))
## [4.3.1](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.3.0...eslint-config-codely-v4.3.1) (2025-01-15)
### Bug Fixes
* improve readme docs (sorry for bumping a `fix` while it should be a `docs`, testing out the automated release process) ([#28](https://github.com/CodelyTV/eslint-config-codely/issues/28)) ([d020ad1](https://github.com/CodelyTV/eslint-config-codely/commit/d020ad1c4916dea6e0ba4ac5f98d19adc790f326))
## [4.3.0](https://github.com/CodelyTV/eslint-config-codely/compare/eslint-config-codely-v4.2.0...eslint-config-codely-v4.3.0) (2025-01-15)
### Features
* allow parentheses in folder naming convention ([#12](https://github.com/CodelyTV/eslint-config-codely/issues/12)) ([8acfa57](https://github.com/CodelyTV/eslint-config-codely/commit/8acfa5755f57a6f11172ed35188343e8ea99df22))
## Previous versions
We started automating the changelog generation in version 4.3.0,
but have been using Semantic Versioning since the initial release of this library.