Skip to content

Commit 0e49d08

Browse files
authored
chore: release 4.3.0 (#26)
* chore: release 4.3.0 * docs(changelog): only specify the actual feature added in 4.3.0
1 parent 362c3f7 commit 0e49d08

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.2.0"
2+
".": "4.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [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)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
## Previous versions
11+
12+
We started automating the changelog generation in version 4.3.0,
13+
but have been using Semantic Versioning since the initial release of this library.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)