From ea583ef250545a46eb16117b3a1663d1b28e9c07 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Dec 2020 09:13:43 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [1.0.9](https://github.com/sweetalert2/eslint-config/compare/v1.0.8...v1.0.9) (2020-12-02) ### Bug Fixes * @typescript-eslint/no-use-before-define -> no-use-before-define ([af7957d](https://github.com/sweetalert2/eslint-config/commit/af7957df810bbae990406d893cb0f26797a3ab51)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965ce2b..f69d0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/sweetalert2/eslint-config/compare/v1.0.8...v1.0.9) (2020-12-02) + + +### Bug Fixes + +* @typescript-eslint/no-use-before-define -> no-use-before-define ([af7957d](https://github.com/sweetalert2/eslint-config/commit/af7957df810bbae990406d893cb0f26797a3ab51)) + ## [1.0.8](https://github.com/sweetalert2/eslint-config/compare/v1.0.7...v1.0.8) (2020-11-27) diff --git a/package.json b/package.json index 6fd6b61..5dc26bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.8", + "version": "1.0.9", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",