diff --git a/CHANGELOG.md b/CHANGELOG.md index be8d8da..aef9e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/TrigenSoftware/simple-release/compare/v3.3.0...v3.3.1) (2026-09-05) + +### Bug Fixes + +* **core:** make `as: prerelease` produce a prerelease on stable versions ([#194](https://github.com/TrigenSoftware/simple-release/issues/194)) ([aebb485](https://github.com/TrigenSoftware/simple-release/commit/aebb485a17427ca5c98bebca45f7a706c2ce8387)) +* **deps:** update dependency @astrojs/starlight to ^0.42.0 ([#192](https://github.com/TrigenSoftware/simple-release/issues/192)) ([4dd989f](https://github.com/TrigenSoftware/simple-release/commit/4dd989f812c2e1b57f1886fddc07b10ff2bf3568)) +* **github:** drop publish options and fix preamble heading level in the pull request cheatsheet ([#195](https://github.com/TrigenSoftware/simple-release/issues/195)) ([b753abb](https://github.com/TrigenSoftware/simple-release/commit/b753abbd0aeee5293ad109321e39e11baf613ed2)) + ## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14) ### Features diff --git a/package.json b/package.json index b90e99d..c4bf191 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-release-tools", "type": "module", "private": true, - "version": "3.3.0", + "version": "3.3.1", "description": "A simple tools to automate releases.", "author": "dangreen", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b1776ab..740ec89 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.3.1](https://github.com/TrigenSoftware/simple-release/compare/v3.3.0...v3.3.1) (2026-09-05) + +### Bug Fixes + +* make `as: prerelease` produce a prerelease on stable versions ([#194](https://github.com/TrigenSoftware/simple-release/issues/194)) ([aebb485](https://github.com/TrigenSoftware/simple-release/commit/aebb485a17427ca5c98bebca45f7a706c2ce8387)) + ## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index bae5be8..fb2009f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/core", "type": "module", - "version": "3.3.0", + "version": "3.3.1", "description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.", "author": { "name": "Dan Onoshko", diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index abb49a5..791dcde 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.1](https://github.com/TrigenSoftware/simple-release/compare/v3.3.0...v3.3.1) (2026-09-05) + +### Bug Fixes + +* drop publish options and fix preamble heading level in the pull request cheatsheet ([#195](https://github.com/TrigenSoftware/simple-release/issues/195)) ([b753abb](https://github.com/TrigenSoftware/simple-release/commit/b753abbd0aeee5293ad109321e39e11baf613ed2)) + ## [3.3.0](https://github.com/TrigenSoftware/simple-release/compare/v3.2.5...v3.3.0) (2026-07-14) ### Features diff --git a/packages/github/package.json b/packages/github/package.json index f4d2d59..c5113fa 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/github", "type": "module", - "version": "3.3.0", + "version": "3.3.1", "description": "A github addon for simple-release.", "author": { "name": "Dan Onoshko",