diff --git a/CHANGELOG.md b/CHANGELOG.md index 910b384..5b28ac2 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.3](https://github.com/TrigenSoftware/simple-release/compare/v3.0.2...v3.0.3) (2026-06-29) + +### Bug Fixes + +* **core,github-action:** set git user before release flows ([#155](https://github.com/TrigenSoftware/simple-release/issues/155)) ([1690c9c](https://github.com/TrigenSoftware/simple-release/commit/1690c9c501ff10eb692750803d2aa9897d68b3c4)) + ## [3.0.2](https://github.com/TrigenSoftware/simple-release/compare/v3.0.1...v3.0.2) (2026-06-29) ### Bug Fixes diff --git a/package.json b/package.json index 0b561a1..3825ca0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-release-tools", "type": "module", "private": true, - "version": "3.0.2", + "version": "3.0.3", "description": "A simple tools to automate releases.", "author": "dangreen", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b9a6f8d..46b7b82 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.3](https://github.com/TrigenSoftware/simple-release/compare/v3.0.2...v3.0.3) (2026-06-29) + +### Bug Fixes + +* set git user before release flows ([#155](https://github.com/TrigenSoftware/simple-release/issues/155)) ([1690c9c](https://github.com/TrigenSoftware/simple-release/commit/1690c9c501ff10eb692750803d2aa9897d68b3c4)) + ## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) ### ⚠ BREAKING CHANGES diff --git a/packages/core/package.json b/packages/core/package.json index 271f484..0fca98c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/core", "type": "module", - "version": "3.0.0", + "version": "3.0.3", "description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.", "author": { "name": "Dan Onoshko", diff --git a/packages/github-action/CHANGELOG.md b/packages/github-action/CHANGELOG.md index e35bd7a..b79ae95 100644 --- a/packages/github-action/CHANGELOG.md +++ b/packages/github-action/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.3](https://github.com/TrigenSoftware/simple-release/compare/v3.0.2...v3.0.3) (2026-06-29) + +### Bug Fixes + +* set git user before release flows ([#155](https://github.com/TrigenSoftware/simple-release/issues/155)) ([1690c9c](https://github.com/TrigenSoftware/simple-release/commit/1690c9c501ff10eb692750803d2aa9897d68b3c4)) + ## [3.0.1](https://github.com/TrigenSoftware/simple-release/compare/v3.0.0...v3.0.1) (2026-06-29) ### Bug Fixes diff --git a/packages/github-action/package.json b/packages/github-action/package.json index fc5d148..fbdfdda 100644 --- a/packages/github-action/package.json +++ b/packages/github-action/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/github-action", "type": "module", - "version": "3.0.1", + "version": "3.0.3", "description": "A simple-release api for github action.", "author": { "name": "Dan Onoshko",