From ec6b943ef9f191486b58e43e5da01bafaf7a0d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Wed, 7 Sep 2022 22:31:37 +0100 Subject: [PATCH] v4.0.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8275d0..7d73579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index f9f4da3..43b8f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold", - "version": "3.4.0", + "version": "4.0.0", "description": "Uphold-flavored ESLint config", "keywords": [ "config",