From 87569cec0d1496f456b22e8815e659fae6a010c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Mar 2026 22:09:03 +0000 Subject: [PATCH] chore(release): 8.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a542491..e053965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01) + +### Bug Fixes + +* **deps:** update dependency globals to v17 ([#146](https://github.com/TrigenSoftware/scripts/issues/146)) ([450331d](https://github.com/TrigenSoftware/scripts/commit/450331d3ec8850981249a664577d77b39b6e243b)) +* **eslint-config:** fix jsdoc rules for ts ([a5bea7d](https://github.com/TrigenSoftware/scripts/commit/a5bea7db28b3af1f32bda8a52bcc60c0dad680da)) + ## [8.3.0](https://github.com/TrigenSoftware/scripts/compare/v8.2.0...v8.3.0) (2026-01-20) ### Features diff --git a/package.json b/package.json index 3412f46..37d45cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "8.3.0", + "version": "8.3.1", "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 53fdbb7..dfc447b 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.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01) + +### Bug Fixes + +* fix jsdoc rules for ts ([a5bea7d](https://github.com/TrigenSoftware/scripts/commit/a5bea7db28b3af1f32bda8a52bcc60c0dad680da)) + ## [8.3.0](https://github.com/TrigenSoftware/scripts/compare/v8.2.0...v8.3.0) (2026-01-20) ### Features diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d26769d..2db7642 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.0", + "version": "8.3.1", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT",