diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d0a52..910b384 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.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29) + +### Bug Fixes + +* **node-gha:** stage action files without build commands ([#153](https://github.com/TrigenSoftware/simple-release/issues/153)) ([44125c7](https://github.com/TrigenSoftware/simple-release/commit/44125c75706745a8eb0ab4d3214a5f39a981c718)) + ## [3.0.1](https://github.com/TrigenSoftware/simple-release/compare/v3.0.0...v3.0.1) (2026-06-29) ### Bug Fixes diff --git a/package.json b/package.json index 70fd1c7..0b561a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-release-tools", "type": "module", "private": true, - "version": "3.0.1", + "version": "3.0.2", "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 19c3b85..2ceb472 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.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29) + +### Bug Fixes + +* stage action files without build commands ([#153](https://github.com/TrigenSoftware/simple-release/issues/153)) ([44125c7](https://github.com/TrigenSoftware/simple-release/commit/44125c75706745a8eb0ab4d3214a5f39a981c718)) + ## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) ### Features diff --git a/packages/node-gha/package.json b/packages/node-gha/package.json index 86e29be..1eb178f 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.0", + "version": "3.0.2", "description": "A Node.js GitHub Actions addon for simple-release.", "author": { "name": "Dan Onoshko",