From 8efcf1d99535676aea8b62b5be472b88239bd165 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Dec 2021 13:13:35 +0000 Subject: [PATCH] chore(release): 1.0.11 [skip ci] ## [1.0.11](https://github.com/sweetalert2/eslint-config/compare/v1.0.10...v1.0.11) (2021-12-28) ### Bug Fixes * bump eslint-plugin-promise ([aeab61c](https://github.com/sweetalert2/eslint-config/commit/aeab61cd23a80ab85eced4327b679a98e5e90ac3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1520046..8af56fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.11](https://github.com/sweetalert2/eslint-config/compare/v1.0.10...v1.0.11) (2021-12-28) + + +### Bug Fixes + +* bump eslint-plugin-promise ([aeab61c](https://github.com/sweetalert2/eslint-config/commit/aeab61cd23a80ab85eced4327b679a98e5e90ac3)) + ## [1.0.10](https://github.com/sweetalert2/eslint-config/compare/v1.0.9...v1.0.10) (2021-10-18) diff --git a/package.json b/package.json index 9ad0646..abb7067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.10", + "version": "1.0.11", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",