diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2485f..17f125c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.3.0](https://github.com/TrigenSoftware/scripts/compare/v9.2.3...v9.3.0) (2026-06-25) + +### Features + +* **oxlint-config:** enforce named export order ([85e754e](https://github.com/TrigenSoftware/scripts/commit/85e754e6fabc6b1d7071f540d6a1aebddf303e2f)) + ## [9.2.3](https://github.com/TrigenSoftware/scripts/compare/v9.2.2...v9.2.3) (2026-06-09) ### Bug Fixes diff --git a/package.json b/package.json index 05d70ce..f4672bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "9.2.3", + "version": "9.3.0", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index d59884b..3052158 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-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. +## [9.3.0](https://github.com/TrigenSoftware/scripts/compare/v9.2.3...v9.3.0) (2026-06-25) + +### Features + +* enforce named export order ([85e754e](https://github.com/TrigenSoftware/scripts/commit/85e754e6fabc6b1d7071f540d6a1aebddf303e2f)) + ## [9.2.3](https://github.com/TrigenSoftware/scripts/compare/v9.2.2...v9.2.3) (2026-06-09) ### Bug Fixes diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index 34783bd..0ad25bc 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/oxlint-config", "type": "module", - "version": "9.2.3", + "version": "9.3.0", "description": "Trigen's Oxlint config.", "author": "dangreen", "license": "MIT",