diff --git a/CHANGELOG.md b/CHANGELOG.md index ca87ce9..0a7cdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.17](https://github.com/sweetalert2/eslint-config/compare/v1.0.16...v1.0.17) (2022-01-22) + + +### Bug Fixes + +* @typescript-eslint/no-var-requires rule, disable complexity rule ([1c39270](https://github.com/sweetalert2/eslint-config/commit/1c39270026b7b43b22e3e1d2d5dea164d4e67604)) + ## [1.0.16](https://github.com/sweetalert2/eslint-config/compare/v1.0.15...v1.0.16) (2022-01-22) diff --git a/package.json b/package.json index 02c68b0..2849adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.16", + "version": "1.0.17", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",