Skip to content

Commit 0021931

Browse files
committed
chore(release): 3.5.0
1 parent 3e1a225 commit 0021931

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ 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.5.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.2...3.5.0)
8+
9+
- feat: allow functions with certain names [`#9`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/9)
10+
- refactor: improve internal typings [`949b6e3`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/949b6e384b8fe3d9bc18668bd52857e27e5b935b)
11+
- refactor: move writer to a module [`7625a59`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/7625a593a51d45d95c2764dfd73db106f4f01c2c)
12+
- refactor: move guards to a module [`32c9fa7`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/32c9fa70b5b9ac2157a68ed5ed1c6da0104fd159)
13+
714
#### [3.4.2](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.1...3.4.2)
815

16+
> 9 January 2025
17+
918
- fix: format static private methods correctly with classPropertiesAllowed: true [`#46`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/46) [`#47`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/47)
1019
- fix: update npm dependencies (patch and minor) [`ace5f32`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ace5f327bf273b7b42211d9d5b056d4041f6d08e)
20+
- chore(release): 3.4.2 [`8b086f2`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/8b086f2596a895d3111480ee345ee5e81295bf8c)
1121
- chore: credit contributors [`143ef3e`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/143ef3ee3ed844113844a3e642e80d9f8be2c167)
1222

1323
#### [3.4.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.0...3.4.1)

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