diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9d6b5..53da03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.17](https://github.com/sweetalert2/eslint-config/compare/v1.1.16...v1.1.17) (2024-08-01) + + +### Bug Fixes + +* use eslint-config-prettier ([0ae6c3f](https://github.com/sweetalert2/eslint-config/commit/0ae6c3fe7bc841037b2cb77c641d0d44ab22e8db)) + ## [1.1.16](https://github.com/sweetalert2/eslint-config/compare/v1.1.15...v1.1.16) (2024-08-01) diff --git a/package.json b/package.json index d30712e..53c77ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.1.16", + "version": "1.1.17", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",