diff --git a/CHANGELOG.md b/CHANGELOG.md index 590285e..1971ca1 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.2.0](https://github.com/TrigenSoftware/scripts/compare/v8.1.2...v8.2.0) (2025-11-17) + +### Features + +* **eslint-config:** add "home" alias to order rule ([4c2e9c8](https://github.com/TrigenSoftware/scripts/commit/4c2e9c8070672b5cb55129d68e65f8e8d4a5c78e)) + ## [8.1.2](https://github.com/TrigenSoftware/scripts/compare/v8.1.1...v8.1.2) (2025-11-13) ### Bug Fixes diff --git a/package.json b/package.json index 6a19cd5..6880ef8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "8.1.2", + "version": "8.2.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 b371e93..cccb6f8 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.2.0](https://github.com/TrigenSoftware/scripts/compare/v8.1.2...v8.2.0) (2025-11-17) + +### Features + +* add "home" alias to order rule ([4c2e9c8](https://github.com/TrigenSoftware/scripts/commit/4c2e9c8070672b5cb55129d68e65f8e8d4a5c78e)) + ## [8.1.2](https://github.com/TrigenSoftware/scripts/compare/v8.1.1...v8.1.2) (2025-11-13) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b5e0deb..107496f 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.1.2", + "version": "8.2.0", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT",