Skip to content

Commit 6c28def

Browse files
chore: release 4.5.0 (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0c1987 commit 6c28def

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.4.1"
2+
".": "4.5.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.5.0](https://github.com/CodelyTV/eslint-config-codely/compare/v4.4.1...v4.5.0) (2025-02-12)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [4.4.1](https://github.com/CodelyTV/eslint-config-codely/compare/v4.4.0...v4.4.1) (2025-02-04)
411

512
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-codely",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"description": "Codely's ESLint and Prettier Config",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)