diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af56fc..0dfdd6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.12](https://github.com/sweetalert2/eslint-config/compare/v1.0.11...v1.0.12) (2022-01-17) + + +### Bug Fixes + +* play well together with prettier ([2b33ba2](https://github.com/sweetalert2/eslint-config/commit/2b33ba26fea47ef241e8c7e66fae3e81feae8af3)) + ## [1.0.11](https://github.com/sweetalert2/eslint-config/compare/v1.0.10...v1.0.11) (2021-12-28) diff --git a/package.json b/package.json index c252b5b..96890f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.11", + "version": "1.0.12", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",