Skip to content

Commit ab2902b

Browse files
committed
chore(release): 3.8.1
1 parent 8734e4f commit ab2902b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@ 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.8.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.8.0...3.8.1)
8+
9+
- fix: export meta and rules directly to prevent undefined inference [`#55`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/55)
10+
711
#### [3.8.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.7.0...3.8.0)
812

13+
> 14 September 2025
14+
915
- feat: add allowNamedFunctions: 'only-expressions' option [`#23`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/23)
1016
- feat: handle nested functions [`#39`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/39)
1117
- feat: preserve parentheses needed due to operator precedence [`#37`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/37)
1218
- feat: support computed property methods [`#60`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/60)
13-
- feat: use semver ranges for production dependencies [`#58`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/58) [`#59`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/59)
14-
- chore(release): 3.7.0 [`a0acd2a`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/a0acd2a25f037ca74671746ed1abb5eaf70f0112)
19+
- chore(release): 3.8.0 [`ff072fb`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ff072fb9d75eade06d8af7db3647243891895bed)
1520

1621
#### [3.7.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.2...3.7.0)
1722

18-
> 13 January 2025
23+
> 14 September 2025
24+
25+
- feat: use semver ranges for production dependencies [`#58`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/58) [`#59`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/59)
26+
- chore(release): 3.7.0 [`a0acd2a`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/a0acd2a25f037ca74671746ed1abb5eaf70f0112)
1927

2028
#### [3.6.2](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.1...3.6.2)
2129

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.0",
4+
"version": "3.8.1",
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)