From db1afc526b0f59008565eae24d4dc8946989bbf7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Oct 2024 21:07:42 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v3.2.0=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.2.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.1.0...v3.2.0) (2024-10-31) ### Bug Fixes * 🐛 include "@/**" as internal pattern for perfectionist ([24a2b88](https://github.com/jimmy-guzman/eslint-config/commit/24a2b88bbce3745821ee83235300051003765ffd)) ### Features * ✨ prefer seperate type imports & exports ([7ed2fd2](https://github.com/jimmy-guzman/eslint-config/commit/7ed2fd23d32c8cdc6da693f8cf6e04776bf6ae00)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bdbaf..dc70972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.2.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.1.0...v3.2.0) (2024-10-31) + + +### Bug Fixes + +* 🐛 include "@/**" as internal pattern for perfectionist ([24a2b88](https://github.com/jimmy-guzman/eslint-config/commit/24a2b88bbce3745821ee83235300051003765ffd)) + + +### Features + +* ✨ prefer seperate type imports & exports ([7ed2fd2](https://github.com/jimmy-guzman/eslint-config/commit/7ed2fd23d32c8cdc6da693f8cf6e04776bf6ae00)) + # [3.1.0](https://github.com/jimmy-guzman/eslint-config/compare/v3.0.0...v3.1.0) (2024-10-31) diff --git a/package.json b/package.json index c0d949b..ceef33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jimmy.codes/eslint-config", - "version": "3.1.0", + "version": "3.2.0", "description": "another opinionated eslint config", "keywords": [ "eslint",