From 0107aa383d394f26e1eaed8d5fa8653acab1234b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jul 2026 13:56:04 +0000 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/github-action/CHANGELOG.md | 6 ++++++ packages/github-action/package.json | 2 +- packages/github/CHANGELOG.md | 6 ++++++ packages/github/package.json | 2 +- packages/simple-github-release/CHANGELOG.md | 6 ++++++ packages/simple-github-release/package.json | 2 +- 10 files changed, 45 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3344c..be8d8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d14535d..d836d9e 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 948a71f..b1776ab 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index d1f4fcd..bae5be8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/github-action/CHANGELOG.md b/packages/github-action/CHANGELOG.md index 5d1a122..1e79816 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.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 diff --git a/packages/github-action/package.json b/packages/github-action/package.json index d8bf04d..ab7ab3f 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.2.5", + "version": "3.3.0", "description": "A simple-release api for github action.", "author": { "name": "Dan Onoshko", diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index e8cd031..abb49a5 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/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.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 diff --git a/packages/github/package.json b/packages/github/package.json index ea2a118..f4d2d59 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -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", diff --git a/packages/simple-github-release/CHANGELOG.md b/packages/simple-github-release/CHANGELOG.md index 7339a28..c5ac81c 100644 --- a/packages/simple-github-release/CHANGELOG.md +++ b/packages/simple-github-release/CHANGELOG.md @@ -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 diff --git a/packages/simple-github-release/package.json b/packages/simple-github-release/package.json index 2869cf9..3f6ccbe 100644 --- a/packages/simple-github-release/package.json +++ b/packages/simple-github-release/package.json @@ -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",