diff --git a/CHANGELOG.md b/CHANGELOG.md index e507586..f0c116a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.15](https://github.com/sweetalert2/eslint-config/compare/v1.1.14...v1.1.15) (2024-08-01) + + +### Bug Fixes + +* use browser globals ([1b453ad](https://github.com/sweetalert2/eslint-config/commit/1b453ad9fdc3f6d7d51d714310cd8fab180035a8)) + ## [1.1.14](https://github.com/sweetalert2/eslint-config/compare/v1.1.13...v1.1.14) (2024-08-01) diff --git a/package.json b/package.json index 8c62493..ee0e810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.1.14", + "version": "1.1.15", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",