Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 7, 2022
1 parent bf98883 commit ec6b943
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

## [4.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/4.0.0) (2022-09-07)
- Add sort-keys-fix plugin [\#62](https://github.com/uphold/eslint-config-uphold/pull/62) ([Finglas](https://github.com/Finglas))

## [3.4.0](https://github.com/uphold/eslint-config-uphold/releases/tag/3.4.0) (2022-08-30)
- Add no-dupe-keys rule [\#61](https://github.com/uphold/eslint-config-uphold/pull/61) ([acostalima](https://github.com/acostalima))
- Add `prefer-await-to-then` rule [\#40](https://github.com/uphold/eslint-config-uphold/pull/40) ([nunofgs](https://github.com/nunofgs))
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": "3.4.0",
"version": "4.0.0",
"description": "Uphold-flavored ESLint config",
"keywords": [
"config",
Expand Down

0 comments on commit ec6b943

Please sign in to comment.