Skip to content

Commit 121d2d9

Browse files
chore(release): 8.3.1 (#149)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 450331d commit 121d2d9

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency globals to v17 ([#146](https://github.com/TrigenSoftware/scripts/issues/146)) ([450331d](https://github.com/TrigenSoftware/scripts/commit/450331d3ec8850981249a664577d77b39b6e243b))
11+
* **eslint-config:** fix jsdoc rules for ts ([a5bea7d](https://github.com/TrigenSoftware/scripts/commit/a5bea7db28b3af1f32bda8a52bcc60c0dad680da))
12+
613
## [8.3.0](https://github.com/TrigenSoftware/scripts/compare/v8.2.0...v8.3.0) (2026-01-20)
714

815
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scripts",
33
"type": "module",
44
"private": true,
5-
"version": "8.3.0",
5+
"version": "8.3.1",
66
"description": "Scripts and configs for TrigenSoftware's projects.",
77
"author": "dangreen",
88
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.3.1](https://github.com/TrigenSoftware/scripts/compare/v8.3.0...v8.3.1) (2026-03-01)
7+
8+
### Bug Fixes
9+
10+
* fix jsdoc rules for ts ([a5bea7d](https://github.com/TrigenSoftware/scripts/commit/a5bea7db28b3af1f32bda8a52bcc60c0dad680da))
11+
612
## [8.3.0](https://github.com/TrigenSoftware/scripts/compare/v8.2.0...v8.3.0) (2026-01-20)
713

814
### Features

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/eslint-config",
33
"type": "module",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"description": "Trigen's ESLint config.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)