From 9ca43aff4c10293a860d75c49809a8b81e5e0a13 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jan 2022 09:31:20 +0000 Subject: [PATCH] chore(release): 1.0.20 [skip ci] ## [1.0.20](https://github.com/sweetalert2/eslint-config/compare/v1.0.19...v1.0.20) (2022-01-24) ### Bug Fixes * add sort-imports rule ([722d70e](https://github.com/sweetalert2/eslint-config/commit/722d70ef7f0613117eddddbebb5b329efebcb73c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624e430..1038910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.20](https://github.com/sweetalert2/eslint-config/compare/v1.0.19...v1.0.20) (2022-01-24) + + +### Bug Fixes + +* add sort-imports rule ([722d70e](https://github.com/sweetalert2/eslint-config/commit/722d70ef7f0613117eddddbebb5b329efebcb73c)) + ## [1.0.19](https://github.com/sweetalert2/eslint-config/compare/v1.0.18...v1.0.19) (2022-01-23) diff --git a/package.json b/package.json index fe2a2b2..2a5e842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.19", + "version": "1.0.20", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",