Skip to content

Commit

Permalink
chore(release): 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 9, 2025
1 parent 143ef3e commit 8b086f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- 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)
- fix: update npm dependencies (patch and minor) [`ace5f32`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/ace5f327bf273b7b42211d9d5b056d4041f6d08e)
- chore: credit contributors [`143ef3e`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/commit/143ef3ee3ed844113844a3e642e80d9f8be2c167)

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-prefer-arrow-functions",
"description": "Convert functions to arrow functions",
"version": "3.4.1",
"version": "3.4.2",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues",
"contributors": [
Expand Down

0 comments on commit 8b086f2

Please sign in to comment.