Skip to content

Commit c7997a8

Browse files
chore(release): 8.0.4 (#114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b6a2c39 commit c7997a8

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.0.4](https://github.com/TrigenSoftware/scripts/compare/v8.0.3...v8.0.4) (2025-07-13)
7+
8+
### Bug Fixes
9+
10+
* **scripts:** remove dotenv from dependencies ([b6a2c39](https://github.com/TrigenSoftware/scripts/commit/b6a2c39d428577d9c1e350868fc257e367752aa8))
11+
612
## [8.0.3](https://github.com/TrigenSoftware/scripts/compare/v8.0.2...v8.0.3) (2025-07-08)
713

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

packages/scripts/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.0.4](https://github.com/TrigenSoftware/scripts/compare/v8.0.3...v8.0.4) (2025-07-13)
7+
8+
### Bug Fixes
9+
10+
* remove dotenv from dependencies ([b6a2c39](https://github.com/TrigenSoftware/scripts/commit/b6a2c39d428577d9c1e350868fc257e367752aa8))
11+
612
## [8.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
713

814
### Features

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/scripts",
33
"type": "module",
4-
"version": "8.0.0",
4+
"version": "8.0.4",
55
"description": "CLI tool for running scripts.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)