Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 19, 2023
1 parent 49e0d27 commit 684b697
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/5.0.0) (2023-09-19)
- Add sorting keys during object destructuring [\#70](https://github.com/uphold/eslint-config-uphold/pull/70) ([JoaoOliveiraRocha](https://github.com/JoaoOliveiraRocha))
- Bump all dependencies [\#67](https://github.com/uphold/eslint-config-uphold/pull/67) ([diogotorres97](https://github.com/diogotorres97))
- Bump json5 from 2.2.1 to 2.2.3 [\#65](https://github.com/uphold/eslint-config-uphold/pull/65) ([dependabot](https://github.com/apps/dependabot))

## [4.1.0](https://github.com/uphold/eslint-config-uphold/releases/tag/4.1.0) (2022-09-28)
- Update all dependencies [\#63](https://github.com/uphold/eslint-config-uphold/pull/63) ([satazor](https://github.com/satazor))

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-uphold",
"version": "4.1.0",
"version": "5.0.0",
"description": "Uphold-flavored ESLint config",
"keywords": [
"config",
Expand Down Expand Up @@ -42,8 +42,8 @@
},
"devDependencies": {
"@uphold/github-changelog-generator": "^3.3.1",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint": "^8.38.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"mocha": "^10.2.0",
"pre-commit": "^1.2.2",
"prettier": "^2.8.7",
Expand Down

0 comments on commit 684b697

Please sign in to comment.