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

## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* **core,github-action:** support snapshot releases ([#149](https://github.com/TrigenSoftware/simple-release/issues/149)) ([11ed7de](https://github.com/TrigenSoftware/simple-release/commit/11ed7de88831c33b955729dcf2f82e386c7e17e1))
* **github-action:** read release options from action inputs ([ba7f051](https://github.com/TrigenSoftware/simple-release/commit/ba7f051d5db95e3ef445f80d55a05a5acd2421d9))
* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

### Bug Fixes

* **core:** generate release notes for new fixed monorepo packages ([#147](https://github.com/TrigenSoftware/simple-release/issues/147)) ([c3a15ce](https://github.com/TrigenSoftware/simple-release/commit/c3a15ceb8159283442da598b94ad526934cd9a4a))
* **core:** show fallback notes for forced version bumps ([#148](https://github.com/TrigenSoftware/simple-release/issues/148)) ([41f36fe](https://github.com/TrigenSoftware/simple-release/commit/41f36fe9bce5a8f9f91485bee81301f8becd972d))
* **deps:** update conventional changelog packages ([0ac3291](https://github.com/TrigenSoftware/simple-release/commit/0ac32910e3c1b429ae221820f7567d90b40c8f5d))
* **deps:** update dependency @actions/github to v9 ([#137](https://github.com/TrigenSoftware/simple-release/issues/137)) ([1fb67a4](https://github.com/TrigenSoftware/simple-release/commit/1fb67a4efceaf3dd9294d8ba236ff7a162100f7f))
* **deps:** update dependency open to v11 ([#141](https://github.com/TrigenSoftware/simple-release/issues/141)) ([2f392a2](https://github.com/TrigenSoftware/simple-release/commit/2f392a26791566032b2242941679a62d10df4f79))

## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)

### Features
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": "2.4.0",
"version": "3.0.0",
"description": "A simple tools to automate releases.",
"author": "dangreen",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/config/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

## [2.1.2](https://github.com/TrigenSoftware/simple-release/compare/v2.1.1...v2.1.2) (2025-06-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-release/config",
"type": "module",
"version": "2.1.2",
"version": "3.0.0",
"description": "A simple-release config loader.",
"author": {
"name": "Dan Onoshko",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))
* support snapshot releases ([#149](https://github.com/TrigenSoftware/simple-release/issues/149)) ([11ed7de](https://github.com/TrigenSoftware/simple-release/commit/11ed7de88831c33b955729dcf2f82e386c7e17e1))

### Bug Fixes

* generate release notes for new fixed monorepo packages ([#147](https://github.com/TrigenSoftware/simple-release/issues/147)) ([c3a15ce](https://github.com/TrigenSoftware/simple-release/commit/c3a15ceb8159283442da598b94ad526934cd9a4a))
* show fallback notes for forced version bumps ([#148](https://github.com/TrigenSoftware/simple-release/issues/148)) ([41f36fe](https://github.com/TrigenSoftware/simple-release/commit/41f36fe9bce5a8f9f91485bee81301f8becd972d))
* update conventional changelog packages ([0ac3291](https://github.com/TrigenSoftware/simple-release/commit/0ac32910e3c1b429ae221820f7567d90b40c8f5d))

## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)

### Features
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": "2.4.0",
"version": "3.0.0",
"description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.",
"author": {
"name": "Dan Onoshko",
Expand Down
16 changes: 16 additions & 0 deletions packages/github-action/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* read release options from action inputs ([ba7f051](https://github.com/TrigenSoftware/simple-release/commit/ba7f051d5db95e3ef445f80d55a05a5acd2421d9))
* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))
* support snapshot releases ([#149](https://github.com/TrigenSoftware/simple-release/issues/149)) ([11ed7de](https://github.com/TrigenSoftware/simple-release/commit/11ed7de88831c33b955729dcf2f82e386c7e17e1))

### Bug Fixes

* update dependency @actions/github to v9 ([#137](https://github.com/TrigenSoftware/simple-release/issues/137)) ([1fb67a4](https://github.com/TrigenSoftware/simple-release/commit/1fb67a4efceaf3dd9294d8ba236ff7a162100f7f))

## [2.2.0](https://github.com/TrigenSoftware/simple-release/compare/v2.1.2...v2.2.0) (2025-06-09)

### 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": "2.2.0",
"version": "3.0.0",
"description": "A simple-release api for github action.",
"author": {
"name": "Dan Onoshko",
Expand Down
10 changes: 10 additions & 0 deletions packages/github/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)

### 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": "2.4.0",
"version": "3.0.0",
"description": "A github addon for simple-release.",
"author": {
"name": "Dan Onoshko",
Expand Down
10 changes: 10 additions & 0 deletions packages/npm/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

## [2.3.0](https://github.com/TrigenSoftware/simple-release/compare/v2.2.1...v2.3.0) (2025-07-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-release/npm",
"type": "module",
"version": "2.3.0",
"version": "3.0.0",
"description": "A npm addon for simple-release.",
"author": {
"name": "Dan Onoshko",
Expand Down
10 changes: 10 additions & 0 deletions packages/pnpm/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

## [2.3.0](https://github.com/TrigenSoftware/simple-release/compare/v2.2.1...v2.3.0) (2025-07-08)

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

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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-28)

### ⚠ BREAKING CHANGES

* Node.js 18 and 20 are no longer supported.

### Features

* require Node.js 22 and pnpm 11 ([4cd6fdf](https://github.com/TrigenSoftware/simple-release/commit/4cd6fdfcd8bc47ebeca25c3d8760ed839c66f51d))

### Bug Fixes

* update dependency open to v11 ([#141](https://github.com/TrigenSoftware/simple-release/issues/141)) ([2f392a2](https://github.com/TrigenSoftware/simple-release/commit/2f392a26791566032b2242941679a62d10df4f79))

## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)

### Bug Fixes
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": "2.4.0",
"version": "3.0.0",
"description": "A simple tool to create GitHub releases.",
"author": {
"name": "Dan Onoshko",
Expand Down