From 424a3b2d422307de70efcd8eb5533eefca578bf6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 20:43:40 +0000 Subject: [PATCH] chore(release): 1.1.20 [skip ci] ## [1.1.20](https://github.com/sweetalert2/eslint-config/compare/v1.1.19...v1.1.20) (2024-11-18) ### Bug Fixes * rm workaround for https://github.com/eslint/eslint/issues/19134 ([736d6d2](https://github.com/sweetalert2/eslint-config/commit/736d6d231108d9aad9e8d48f35113b0f70fff637)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e187aa3..4513596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.20](https://github.com/sweetalert2/eslint-config/compare/v1.1.19...v1.1.20) (2024-11-18) + + +### Bug Fixes + +* rm workaround for https://github.com/eslint/eslint/issues/19134 ([736d6d2](https://github.com/sweetalert2/eslint-config/commit/736d6d231108d9aad9e8d48f35113b0f70fff637)) + ## [1.1.19](https://github.com/sweetalert2/eslint-config/compare/v1.1.18...v1.1.19) (2024-11-16) diff --git a/package.json b/package.json index 1405c86..13d5e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.1.19", + "version": "1.1.20", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",