Skip to content

Commit 1d038c8

Browse files
committed
chore(release): 3.9.0
1 parent 77335ef commit 1d038c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [3.9.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.8.1...3.9.0)
8+
9+
- docs: explain flat configuration [`#56`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/56)
10+
- feat: add shared config `all` [`77335ef`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/77335efdb420456427aba67aba8599076c83ab57)
11+
712
#### [3.8.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.8.0...3.8.1)
813

14+
> 14 September 2025
15+
916
- fix: export meta and rules directly to prevent undefined inference [`#55`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/55)
17+
- chore(release): 3.8.1 [`ab2902b`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ab2902b53f46acc81af28243703b96f9c71883e8)
1018

1119
#### [3.8.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.7.0...3.8.0)
1220

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-prefer-arrow-functions",
33
"description": "Convert functions to arrow functions",
4-
"version": "3.8.1",
4+
"version": "3.9.0",
55
"author": "Jamie Mason (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues",
77
"contributors": [

0 commit comments

Comments
 (0)