diff --git a/CHANGELOG.md b/CHANGELOG.md index 965ce2b..f69d0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/sweetalert2/eslint-config/compare/v1.0.8...v1.0.9) (2020-12-02) + + +### Bug Fixes + +* @typescript-eslint/no-use-before-define -> no-use-before-define ([af7957d](https://github.com/sweetalert2/eslint-config/commit/af7957df810bbae990406d893cb0f26797a3ab51)) + ## [1.0.8](https://github.com/sweetalert2/eslint-config/compare/v1.0.7...v1.0.8) (2020-11-27) diff --git a/package.json b/package.json index 6fd6b61..5dc26bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.8", + "version": "1.0.9", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",