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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14)

### Features

* **core,github-action,github:** support custom changelog preamble ([#187](https://github.com/TrigenSoftware/simple-release/issues/187)) ([7ee2d19](https://github.com/TrigenSoftware/simple-release/commit/7ee2d193e317f0deb8604ba2e3ee28a2892249ce))

### Bug Fixes

* **core:** always resolve the getProjects cache ([fb94518](https://github.com/TrigenSoftware/simple-release/commit/fb9451867bfb804db85d57e3d44b75474b0a7f5e))
* **deps:** update dependency argue-cli to v3 ([#184](https://github.com/TrigenSoftware/simple-release/issues/184)) ([329e3ef](https://github.com/TrigenSoftware/simple-release/commit/329e3ef65994b5430a1541ae5b410a4d8eec3739))
* **deps:** update dependency starlight-llms-txt to ^0.11.0 ([#181](https://github.com/TrigenSoftware/simple-release/issues/181)) ([98e43fe](https://github.com/TrigenSoftware/simple-release/commit/98e43fea055a89addec8cc0f612edf5691fe842c))

## [3.2.5](https://github.com/TrigenSoftware/simple-release/compare/v3.2.4...v3.2.5) (2026-07-08)

### 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.2.5",
"version": "3.3.0",
"description": "A simple tools to automate releases.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14)

### Features

* support custom changelog preamble ([#187](https://github.com/TrigenSoftware/simple-release/issues/187)) ([7ee2d19](https://github.com/TrigenSoftware/simple-release/commit/7ee2d193e317f0deb8604ba2e3ee28a2892249ce))

### Bug Fixes

* always resolve the getProjects cache ([fb94518](https://github.com/TrigenSoftware/simple-release/commit/fb9451867bfb804db85d57e3d44b75474b0a7f5e))

## [3.2.5](https://github.com/TrigenSoftware/simple-release/compare/v3.2.4...v3.2.5) (2026-07-08)

### Bug Fixes
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.2.5",
"version": "3.3.0",
"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.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14)

### Features

* support custom changelog preamble ([#187](https://github.com/TrigenSoftware/simple-release/issues/187)) ([7ee2d19](https://github.com/TrigenSoftware/simple-release/commit/7ee2d193e317f0deb8604ba2e3ee28a2892249ce))

## [3.2.5](https://github.com/TrigenSoftware/simple-release/compare/v3.1.1...v3.2.5) (2026-07-08)

### 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.2.5",
"version": "3.3.0",
"description": "A simple-release api for github action.",
"author": {
"name": "Dan Onoshko",
Expand Down
6 changes: 6 additions & 0 deletions packages/github/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.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14)

### Features

* support custom changelog preamble ([#187](https://github.com/TrigenSoftware/simple-release/issues/187)) ([7ee2d19](https://github.com/TrigenSoftware/simple-release/commit/7ee2d193e317f0deb8604ba2e3ee28a2892249ce))

## [3.2.5](https://github.com/TrigenSoftware/simple-release/compare/v3.2.0...v3.2.5) (2026-07-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-release/github",
"type": "module",
"version": "3.2.5",
"version": "3.3.0",
"description": "A github addon for simple-release.",
"author": {
"name": "Dan Onoshko",
Expand Down
6 changes: 6 additions & 0 deletions packages/simple-github-release/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.0.0...v3.3.0) (2026-07-14)

### Bug Fixes

* update dependency argue-cli to v3 ([#184](https://github.com/TrigenSoftware/simple-release/issues/184)) ([329e3ef](https://github.com/TrigenSoftware/simple-release/commit/329e3ef65994b5430a1541ae5b410a4d8eec3739))

## [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/simple-github-release/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-github-release",
"type": "module",
"version": "3.0.0",
"version": "3.3.0",
"description": "A simple tool to create GitHub releases.",
"author": {
"name": "Dan Onoshko",
Expand Down