Skip to content

Commit 8b086f2

Browse files
committed
chore(release): 3.4.2
1 parent 143ef3e commit 8b086f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.4.2](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.1...3.4.2)
8+
9+
- 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)
10+
- fix: update npm dependencies (patch and minor) [`ace5f32`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ace5f327bf273b7b42211d9d5b056d4041f6d08e)
11+
- chore: credit contributors [`143ef3e`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/143ef3ee3ed844113844a3e642e80d9f8be2c167)
12+
713
#### [3.4.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.0...3.4.1)
814

15+
> 14 August 2024
16+
917
- fix(npm): set eslint peer to v8 [`#43`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/43)
18+
- chore(release): 3.4.1 [`e39d1b0`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/e39d1b02775f0ac390d21863306dbfd505197c26)
1019

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

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