From 901e58ba8d09417d1e9059888cdddb33e9d31768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Fri, 25 Feb 2022 11:00:27 +0000 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 489f7d6..7f36be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 853c2a4..f4e7423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold", - "version": "2.3.0", + "version": "3.0.0", "description": "Uphold-flavored ESLint config", "keywords": [ "config",