Skip to content

Commit 2ddcec5

Browse files
chore(release): 2.4.0 (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 89ddc63 commit 2ddcec5

File tree

8 files changed

+34
-4
lines changed

8 files changed

+34
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)
7+
8+
### Features
9+
10+
* **core:** extraScopes monorepo bump parameter ([89ddc63](https://github.com/TrigenSoftware/simple-release/commit/89ddc63116b1aa9108a4e184756eb3332b03e175))
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency @octokit/rest to v22 ([#88](https://github.com/TrigenSoftware/simple-release/issues/88)) ([15ff55d](https://github.com/TrigenSoftware/simple-release/commit/15ff55db921c778f91acb916cbe2357a0555a482))
15+
* **github:** edit useful parameters in the cheatsheet ([82ed916](https://github.com/TrigenSoftware/simple-release/commit/82ed9161df454bd7a51132b49e663599b90b8041))
16+
617
## [2.3.0](https://github.com/TrigenSoftware/simple-release/compare/v2.2.1...v2.3.0) (2025-07-08)
718

819
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simple-release-tools",
33
"type": "module",
44
"private": true,
5-
"version": "2.3.0",
5+
"version": "2.4.0",
66
"description": "A simple tools to automate releases.",
77
"author": "dangreen",
88
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)
7+
8+
### Features
9+
10+
* extraScopes monorepo bump parameter ([89ddc63](https://github.com/TrigenSoftware/simple-release/commit/89ddc63116b1aa9108a4e184756eb3332b03e175))
11+
612
## [2.3.0](https://github.com/TrigenSoftware/simple-release/compare/v2.2.1...v2.3.0) (2025-07-08)
713

814
### Features

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-release/core",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.",
66
"author": {
77
"name": "Dan Onoshko",

packages/github/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)
7+
8+
### Bug Fixes
9+
10+
* edit useful parameters in the cheatsheet ([82ed916](https://github.com/TrigenSoftware/simple-release/commit/82ed9161df454bd7a51132b49e663599b90b8041))
11+
* update dependency @octokit/rest to v22 ([#88](https://github.com/TrigenSoftware/simple-release/issues/88)) ([15ff55d](https://github.com/TrigenSoftware/simple-release/commit/15ff55db921c778f91acb916cbe2357a0555a482))
12+
613
## [2.3.0](https://github.com/TrigenSoftware/simple-release/compare/v2.2.1...v2.3.0) (2025-07-08)
714

815
### Features

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-release/github",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.4.0",
55
"description": "A github addon for simple-release.",
66
"author": {
77
"name": "Dan Onoshko",

packages/simple-github-release/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [2.4.0](https://github.com/TrigenSoftware/simple-release/compare/v2.3.0...v2.4.0) (2025-07-10)
6+
7+
### Bug Fixes
8+
9+
* update dependency @octokit/rest to v22 ([#88](https://github.com/TrigenSoftware/simple-release/issues/88)) ([15ff55d](https://github.com/TrigenSoftware/simple-release/commit/15ff55db921c778f91acb916cbe2357a0555a482))
10+
511
## [2.0.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
612

713
### Bug Fixes

packages/simple-github-release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-github-release",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.4.0",
55
"description": "A simple tool to create GitHub releases.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)