From 65414c6790e66f3a1c57e84126f9806857b0356f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jun 2026 20:10:18 +0000 Subject: [PATCH] chore(release): 3.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/node-gha/CHANGELOG.md | 6 ++++++ packages/node-gha/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b28ac2..4c21945 100644 --- a/CHANGELOG.md +++ b/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. +## [3.0.4](https://github.com/TrigenSoftware/simple-release/compare/v3.0.3...v3.0.4) (2026-06-29) + +### Bug Fixes + +* **node-gha:** preserve action release commit parents ([#157](https://github.com/TrigenSoftware/simple-release/issues/157)) ([79e5515](https://github.com/TrigenSoftware/simple-release/commit/79e5515ce1bd3979391fe764f1d6d3b0efe5ed9b)) + ## [3.0.3](https://github.com/TrigenSoftware/simple-release/compare/v3.0.2...v3.0.3) (2026-06-29) ### Bug Fixes diff --git a/package.json b/package.json index 3825ca0..45b2254 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-release-tools", "type": "module", "private": true, - "version": "3.0.3", + "version": "3.0.4", "description": "A simple tools to automate releases.", "author": "dangreen", "license": "MIT", diff --git a/packages/node-gha/CHANGELOG.md b/packages/node-gha/CHANGELOG.md index 2ceb472..12845e7 100644 --- a/packages/node-gha/CHANGELOG.md +++ b/packages/node-gha/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. +## [3.0.4](https://github.com/TrigenSoftware/simple-release/compare/v3.0.3...v3.0.4) (2026-06-29) + +### Bug Fixes + +* preserve action release commit parents ([#157](https://github.com/TrigenSoftware/simple-release/issues/157)) ([79e5515](https://github.com/TrigenSoftware/simple-release/commit/79e5515ce1bd3979391fe764f1d6d3b0efe5ed9b)) + ## [3.0.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29) ### Bug Fixes diff --git a/packages/node-gha/package.json b/packages/node-gha/package.json index 1eb178f..97b2a22 100644 --- a/packages/node-gha/package.json +++ b/packages/node-gha/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/node-gha", "type": "module", - "version": "3.0.2", + "version": "3.0.4", "description": "A Node.js GitHub Actions addon for simple-release.", "author": { "name": "Dan Onoshko",