From 080640773e307e44dd25bedacbaa906ddd6feaf2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Feb 2024 21:38:56 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] ## [1.1.9](https://github.com/sweetalert2/eslint-config/compare/v1.1.8...v1.1.9) (2024-02-26) ### Bug Fixes * **deps:** update typescript-eslint monorepo to v7 ([#25](https://github.com/sweetalert2/eslint-config/issues/25)) ([9599a13](https://github.com/sweetalert2/eslint-config/commit/9599a136c06f39599cf4649f2e94152b0779028c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe3819..a34b0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.9](https://github.com/sweetalert2/eslint-config/compare/v1.1.8...v1.1.9) (2024-02-26) + + +### Bug Fixes + +* **deps:** update typescript-eslint monorepo to v7 ([#25](https://github.com/sweetalert2/eslint-config/issues/25)) ([9599a13](https://github.com/sweetalert2/eslint-config/commit/9599a136c06f39599cf4649f2e94152b0779028c)) + ## [1.1.8](https://github.com/sweetalert2/eslint-config/compare/v1.1.7...v1.1.8) (2023-08-20) diff --git a/package.json b/package.json index 9c6adcc..09a724d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.1.8", + "version": "1.1.9", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",