Skip to content

Commit b53da74

Browse files
committed
chore(release): 3.6.1
1 parent 6e04024 commit b53da74

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.6.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.0...3.6.1)
8+
9+
- test: add scenario from issue #35 [`c08cac1`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/c08cac1284769b89118ff4aa121393bda2d04a09)
10+
- fix: restore semver range in peerDependencies [`6e04024`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/6e04024efdc2a9385a2c8ddd7572173c283f6635)
11+
712
#### [3.6.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.5.0...3.6.0)
813

14+
> 9 January 2025
15+
916
- feat: allow methods on objects [`#15`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/15)
17+
- chore(release): 3.6.0 [`ca7bcd0`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ca7bcd0537848f22816c854ebd01c4890f8bf6f7)
1018

1119
#### [3.5.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.2...3.5.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.6.0",
4+
"version": "3.6.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)