Skip to content

Commit ca7bcd0

Browse files
committed
chore(release): 3.6.0
1 parent b272a2b commit ca7bcd0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.6.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.5.0...3.6.0)
8+
9+
- feat: allow methods on objects [`#15`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/15)
10+
711
#### [3.5.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.2...3.5.0)
812

13+
> 9 January 2025
14+
915
- feat: allow functions with certain names [`#9`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/9)
1016
- refactor: improve internal typings [`949b6e3`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/949b6e384b8fe3d9bc18668bd52857e27e5b935b)
1117
- refactor: move writer to a module [`7625a59`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/7625a593a51d45d95c2764dfd73db106f4f01c2c)

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