diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb0361..39f3843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ 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-29) + +### ⚠ BREAKING CHANGES + +* Node.js 18 and 20 are no longer supported. + +### Features + +* **core,github-action:** support maintenance branches ([#150](https://github.com/TrigenSoftware/simple-release/issues/150)) ([25a1820](https://github.com/TrigenSoftware/simple-release/commit/25a18208842b174975452149cb8f84fb801fe886)) +* **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)) +* **node-gha,github-action:** support Node.js GitHub Action releases ([#151](https://github.com/TrigenSoftware/simple-release/issues/151)) ([11a644f](https://github.com/TrigenSoftware/simple-release/commit/11a644f28df545ad60bf04f3f3b152c396a9a660)) +* 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 diff --git a/package.json b/package.json index dcd4c5b..e2ad1bf 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 1dc27d0..9982059 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) + +### ⚠ 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 diff --git a/packages/config/package.json b/packages/config/package.json index 4437d1d..0b6297a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6fc7c42..b9a6f8d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,24 @@ 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-29) + +### ⚠ 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 maintenance branches ([#150](https://github.com/TrigenSoftware/simple-release/issues/150)) ([25a1820](https://github.com/TrigenSoftware/simple-release/commit/25a18208842b174975452149cb8f84fb801fe886)) +* 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 diff --git a/packages/core/package.json b/packages/core/package.json index 95ee4c3..271f484 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/github-action/CHANGELOG.md b/packages/github-action/CHANGELOG.md index aadb8ed..577ae33 100644 --- a/packages/github-action/CHANGELOG.md +++ b/packages/github-action/CHANGELOG.md @@ -3,6 +3,24 @@ 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-29) + +### ⚠ 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 maintenance branches ([#150](https://github.com/TrigenSoftware/simple-release/issues/150)) ([25a1820](https://github.com/TrigenSoftware/simple-release/commit/25a18208842b174975452149cb8f84fb801fe886)) +* support Node.js GitHub Action releases ([#151](https://github.com/TrigenSoftware/simple-release/issues/151)) ([11a644f](https://github.com/TrigenSoftware/simple-release/commit/11a644f28df545ad60bf04f3f3b152c396a9a660)) +* 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 diff --git a/packages/github-action/package.json b/packages/github-action/package.json index eb986a4..467c31d 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": "2.2.0", + "version": "3.0.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 f2f8fed..f8860f4 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) + +### ⚠ 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 diff --git a/packages/github/package.json b/packages/github/package.json index 1dcecaa..e797b5c 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -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", diff --git a/packages/node-gha/CHANGELOG.md b/packages/node-gha/CHANGELOG.md new file mode 100644 index 0000000..19c3b85 --- /dev/null +++ b/packages/node-gha/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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-29) + +### Features + +* support Node.js GitHub Action releases ([#151](https://github.com/TrigenSoftware/simple-release/issues/151)) ([11a644f](https://github.com/TrigenSoftware/simple-release/commit/11a644f28df545ad60bf04f3f3b152c396a9a660)) diff --git a/packages/node-gha/package.json b/packages/node-gha/package.json index f08b2c6..86e29be 100644 --- a/packages/node-gha/package.json +++ b/packages/node-gha/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/node-gha", "type": "module", - "version": "2.3.0", + "version": "3.0.0", "description": "A Node.js GitHub Actions addon for simple-release.", "author": { "name": "Dan Onoshko", diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 5566851..257a480 100644 --- a/packages/npm/CHANGELOG.md +++ b/packages/npm/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) + +### ⚠ 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 diff --git a/packages/npm/package.json b/packages/npm/package.json index 3999858..b82f6d1 100644 --- a/packages/npm/package.json +++ b/packages/npm/package.json @@ -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", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index d65a6ea..2395b31 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/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.0.0](https://github.com/TrigenSoftware/simple-release/compare/v2.4.0...v3.0.0) (2026-06-29) + +### ⚠ 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 diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 0b1e63d..05719fa 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -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", diff --git a/packages/simple-github-release/CHANGELOG.md b/packages/simple-github-release/CHANGELOG.md index 7e47c0a..7339a28 100644 --- a/packages/simple-github-release/CHANGELOG.md +++ b/packages/simple-github-release/CHANGELOG.md @@ -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-29) + +### ⚠ 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 diff --git a/packages/simple-github-release/package.json b/packages/simple-github-release/package.json index 0763843..db66088 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": "2.4.0", + "version": "3.0.0", "description": "A simple tool to create GitHub releases.", "author": { "name": "Dan Onoshko",