From 659ecc9cc5f14836172e8e5901638507a29c88e7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 Nov 2024 13:49:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v3.4.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.4.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.3.0...v3.4.0) (2024-11-02) ### Bug Fixes * 🐛 ignore `**/*.gen.*` generated files ([b4a524a](https://github.com/jimmy-guzman/eslint-config/commit/b4a524a2354365503713651406083e52e84b308f)) ### Features * ✨ add `eslint-comments` rules ([268d6d8](https://github.com/jimmy-guzman/eslint-config/commit/268d6d8158f9668256e6782dfd31fe9b25054f14)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b3452..6ff0778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.4.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.3.0...v3.4.0) (2024-11-02) + + +### Bug Fixes + +* 🐛 ignore `**/*.gen.*` generated files ([b4a524a](https://github.com/jimmy-guzman/eslint-config/commit/b4a524a2354365503713651406083e52e84b308f)) + + +### Features + +* ✨ add `eslint-comments` rules ([268d6d8](https://github.com/jimmy-guzman/eslint-config/commit/268d6d8158f9668256e6782dfd31fe9b25054f14)) + # [3.3.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.2.4...v3.3.0) (2024-11-01) diff --git a/package.json b/package.json index b9a9e1e..fe091fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "3.3.0", + "version": "3.4.0", "description": "another opinionated eslint config", "keywords": [ "eslint",