From 6945e54444ca60615309cf3cf3d14b20423b7c02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Aug 2024 16:12:47 +0000 Subject: [PATCH] chore(release): 1.1.17 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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)",