From 18f8aacda062ea6abfabd6826cbe59379292a952 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 14:25:27 +0000 Subject: [PATCH] chore(release): 1.1.13 [skip ci] ## [1.1.13](https://github.com/sweetalert2/eslint-config/compare/v1.1.12...v1.1.13) (2024-08-01) ### Bug Fixes * use es module for config format ([7c4c074](https://github.com/sweetalert2/eslint-config/commit/7c4c0749b48bc6c1f36eae087281043e23862d32)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df19550..ac489f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.13](https://github.com/sweetalert2/eslint-config/compare/v1.1.12...v1.1.13) (2024-08-01) + + +### Bug Fixes + +* use es module for config format ([7c4c074](https://github.com/sweetalert2/eslint-config/commit/7c4c0749b48bc6c1f36eae087281043e23862d32)) + ## [1.1.12](https://github.com/sweetalert2/eslint-config/compare/v1.1.11...v1.1.12) (2024-08-01) diff --git a/package.json b/package.json index f2c84cf..3ec07e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.1.12", + "version": "1.1.13", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",