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)",