Skip to content

Commit 08712f5

Browse files
committed
chore(release): 3.9.1
1 parent 704b0bc commit 08712f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +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.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.9.0...3.9.1)
8+
9+
- fix: do not convert functions where first parameter is `this` [`#64`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/pull/64)
10+
711
#### [3.9.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.8.1...3.9.0)
812

13+
> 28 September 2025
14+
915
- docs: explain flat configuration [`#56`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/56)
1016
- feat: add shared config `all` [`77335ef`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/77335efdb420456427aba67aba8599076c83ab57)
17+
- chore(release): 3.9.0 [`1d038c8`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/1d038c8a60602cb0ac2d4e5fe414f39027b8ce36)
1118

1219
#### [3.8.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.8.0...3.8.1)
1320

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