Skip to content

Commit

Permalink
chore(release): 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 14, 2024
1 parent 04527c0 commit e39d1b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.1](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.4.0...3.4.1)

- fix(npm): set eslint peer to v8 [`#43`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/43)

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

> 11 August 2024
- feat: upgrade to eslint v9 [`#34`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/34)
- fix: adjusts fix for generic type arguments on TSX files [`#27`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/27)
- feat: do not flag constructors without `this` [`#29`](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/29)
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.0",
"version": "3.4.1",
"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 e39d1b0

Please sign in to comment.