From f645795c4f90c265de0d8d774611e69611a630b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Jul 2020 15:08:55 +0000 Subject: [PATCH] chore(release): 1.0.7 [skip ci] ## [1.0.7](https://github.com/sweetalert2/eslint-config/compare/v1.0.6...v1.0.7) (2020-07-12) ### Bug Fixes * disable @typescript-eslint/explicit-module-boundary-types rule ([512effa](https://github.com/sweetalert2/eslint-config/commit/512effaeb560628b92fa73806e861eaf3f2321a5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9499c3f..1f2eb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/sweetalert2/eslint-config/compare/v1.0.6...v1.0.7) (2020-07-12) + + +### Bug Fixes + +* disable @typescript-eslint/explicit-module-boundary-types rule ([512effa](https://github.com/sweetalert2/eslint-config/commit/512effaeb560628b92fa73806e861eaf3f2321a5)) + ## [1.0.6](https://github.com/sweetalert2/eslint-config/compare/v1.0.5...v1.0.6) (2020-07-12) diff --git a/package.json b/package.json index ae1b93c..709d5eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.6", + "version": "1.0.7", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",