Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Feb 25, 2022
1 parent 572ffcf commit 901e58b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [3.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/3.0.0) (2022-02-25)
- Add sorting of require statements with autofix [\#53](https://github.com/uphold/eslint-config-uphold/pull/53) ([satazor](https://github.com/satazor))

## [2.3.0](https://github.com/uphold/eslint-config-uphold/releases/tag/2.3.0) (2022-02-21)
- Enable array-callback-return rule [\#52](https://github.com/uphold/eslint-config-uphold/pull/52) ([satazor](https://github.com/satazor))
- Bump minimum node version to 12.22 [\#51](https://github.com/uphold/eslint-config-uphold/pull/51) ([diogotorres97](https://github.com/diogotorres97))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-uphold",
"version": "2.3.0",
"version": "3.0.0",
"description": "Uphold-flavored ESLint config",
"keywords": [
"config",
Expand Down

0 comments on commit 901e58b

Please sign in to comment.