Skip to content

Commit 7ead941

Browse files
chore(release): 8.1.0 (#135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3eae269 commit 7ead941

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.7...v8.1.0) (2025-11-13)
7+
8+
### Features
9+
10+
* **eslint-config:** tune eslint config ([5726515](https://github.com/TrigenSoftware/scripts/commit/5726515b072e45378d2da365e44f73a0fc2e4962))
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency @stylistic/stylelint-plugin to v4 ([#118](https://github.com/TrigenSoftware/scripts/issues/118)) ([db79dd3](https://github.com/TrigenSoftware/scripts/commit/db79dd31dbf74f5065a298d40fa9e035927c3426))
15+
* **deps:** update dependency p-limit to v7 ([#123](https://github.com/TrigenSoftware/scripts/issues/123)) ([1943c9f](https://github.com/TrigenSoftware/scripts/commit/1943c9f59a82ebb260f47ad6d0c35e8e3178b33d))
16+
617
## [8.0.7](https://github.com/TrigenSoftware/scripts/compare/v8.0.6...v8.0.7) (2025-07-16)
718

819
### 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": "8.0.7",
5+
"version": "8.1.0",
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.1.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.7...v8.1.0) (2025-11-13)
7+
8+
### Features
9+
10+
* tune eslint config ([5726515](https://github.com/TrigenSoftware/scripts/commit/5726515b072e45378d2da365e44f73a0fc2e4962))
11+
612
## [8.0.7](https://github.com/TrigenSoftware/scripts/compare/v8.0.6...v8.0.7) (2025-07-16)
713

814
### Bug Fixes

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.0.7",
4+
"version": "8.1.0",
55
"description": "Trigen's ESLint config.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)