From f1cba49384f0923bf173fce4772b69df2cebe221 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Jun 2026 14:47:10 +0000 Subject: [PATCH] chore(release): 9.1.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/oxlint-config/CHANGELOG.md | 6 ++++++ packages/oxlint-config/package.json | 2 +- packages/oxlint/package.json | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35435b1..815e317 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.1.0](https://github.com/TrigenSoftware/scripts/compare/v9.0.4...v9.1.0) (2026-06-05) + +### Features + +* **oxlint-config:** enhacne rules and plugins ([#172](https://github.com/TrigenSoftware/scripts/issues/172)) ([d040660](https://github.com/TrigenSoftware/scripts/commit/d040660f19a765cecd993aafc87e8b2d46db2748)) + ## [9.0.4](https://github.com/TrigenSoftware/scripts/compare/v9.0.3...v9.0.4) (2026-06-03) ### Features diff --git a/package.json b/package.json index 3633800..4fe1a1c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "9.0.4", + "version": "9.1.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 8e49a0f..8dee779 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.1.0](https://github.com/TrigenSoftware/scripts/compare/v9.0.4...v9.1.0) (2026-06-05) + +### Features + +* enhacne rules and plugins ([#172](https://github.com/TrigenSoftware/scripts/issues/172)) ([d040660](https://github.com/TrigenSoftware/scripts/commit/d040660f19a765cecd993aafc87e8b2d46db2748)) + ## [9.0.3](https://github.com/TrigenSoftware/scripts/compare/v9.0.2...v9.0.3) (2026-06-02) ### Bug Fixes diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index 4fa1147..e2de63f 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.0.3", + "version": "9.1.0", "description": "Trigen's Oxlint config.", "author": "dangreen", "license": "MIT", diff --git a/packages/oxlint/package.json b/packages/oxlint/package.json index 7089c6e..acbd456 100644 --- a/packages/oxlint/package.json +++ b/packages/oxlint/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/oxlint", "type": "module", - "version": "9.0.4", + "version": "9.1.0", "description": "Trigen's Oxlint config helper.", "author": "dangreen", "license": "MIT",