Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/github-action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/github-action/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down