Skip to content

Commit 34c519d

Browse files
committed
chore(release): 3.6.2
1 parent 7c19d01 commit 34c519d

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,9 +4,16 @@ 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.2](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.1...3.6.2)
8+
9+
- fix: change export to fix #50 [`#50`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/50) [`#50`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/50) [`#54`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/54)
10+
711
#### [3.6.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.0...3.6.1)
812

13+
> 12 January 2025
14+
915
- test: add scenario from issue #35 [`c08cac1`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/c08cac1284769b89118ff4aa121393bda2d04a09)
16+
- chore(release): 3.6.1 [`b53da74`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/b53da7478ca04ad14148a019f0a1ad0fda3e8f9d)
1017
- fix: restore semver range in peerDependencies [`6e04024`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/6e04024efdc2a9385a2c8ddd7572173c283f6635)
1118

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

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