From 62ef0f3aee40596d7330fd6f66bae449ffebefa1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Mar 2026 15:50:35 +0000 Subject: [PATCH] chore(release): 8.4.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e053965..4a453bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.4.0](https://github.com/TrigenSoftware/scripts/compare/v8.3.1...v8.4.0) (2026-03-29) + +### Features + +* **eslint-config:** add "@" alias to order rule ([e73d3a0](https://github.com/TrigenSoftware/scripts/commit/e73d3a09c41dbed08641186688e9912e93f2d74c)) + ## [8.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01) ### Bug Fixes diff --git a/package.json b/package.json index 37d45cb..2f78792 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "8.3.1", + "version": "8.4.0", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index dfc447b..fe718a6 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.4.0](https://github.com/TrigenSoftware/scripts/compare/v8.3.1...v8.4.0) (2026-03-29) + +### Features + +* add "@" alias to order rule ([e73d3a0](https://github.com/TrigenSoftware/scripts/commit/e73d3a09c41dbed08641186688e9912e93f2d74c)) + ## [8.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2db7642..6a53f7f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/eslint-config", "type": "module", - "version": "8.3.1", + "version": "8.4.0", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT",