Skip to content

Commit 0ca6d4d

Browse files
chore(release): 10.1.2 (#189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77574c1 commit 0ca6d4d

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

66

7+
## [10.1.2](https://github.com/TrigenSoftware/scripts/compare/v10.1.1...v10.1.2) (2026-07-11)
8+
9+
### Bug Fixes
10+
11+
* **oxlint-config:** disable `func-style` rule in tests and stories ([77574c1](https://github.com/TrigenSoftware/scripts/commit/77574c10f6281b362a0dd0448f6cc55be134abc5))
12+
713
## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.1.0...v10.1.1) (2026-07-11)
814

915
### Bug Fixes

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": "10.1.1",
5+
"version": "10.1.2",
66
"description": "Scripts and configs for TrigenSoftware's projects.",
77
"author": "dangreen",
88
"license": "MIT",

packages/oxlint-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+
## [10.1.2](https://github.com/TrigenSoftware/scripts/compare/v10.1.1...v10.1.2) (2026-07-11)
7+
8+
### Bug Fixes
9+
10+
* disable `func-style` rule in tests and stories ([77574c1](https://github.com/TrigenSoftware/scripts/commit/77574c10f6281b362a0dd0448f6cc55be134abc5))
11+
612
## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.0.0...v10.1.1) (2026-07-11)
713

814
### Bug Fixes

packages/oxlint-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/oxlint-config",
33
"type": "module",
4-
"version": "10.1.1",
4+
"version": "10.1.2",
55
"description": "Trigen's Oxlint config.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)