Skip to content

Commit

Permalink
chore(release): 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 13, 2025
1 parent 7c19d01 commit 34c519d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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.6.2](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.6.1...3.6.2)

- 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)

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

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

#### [3.6.0](https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/compare/3.5.0...3.6.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.6.1",
"version": "3.6.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 34c519d

Please sign in to comment.