Skip to content

Commit ee50c24

Browse files
chore(release): 2.0.3 (#102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4486435 commit ee50c24

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.0.3](https://github.com/TrigenSoftware/simple-release/compare/v2.0.2...v2.0.3) (2025-06-07)
7+
8+
### Bug Fixes
9+
10+
* **core:** extract correct version from changelog ([4486435](https://github.com/TrigenSoftware/simple-release/commit/44864354dcf9522782c40a21ab19874a00265e9d))
11+
612
## [2.0.2](https://github.com/TrigenSoftware/simple-release/compare/v2.0.1...v2.0.2) (2025-06-07)
713

814
### Bug Fixes

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.0.2",
5+
"version": "2.0.3",
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.0.3](https://github.com/TrigenSoftware/simple-release/compare/v2.0.2...v2.0.3) (2025-06-07)
7+
8+
### Bug Fixes
9+
10+
* extract correct version from changelog ([4486435](https://github.com/TrigenSoftware/simple-release/commit/44864354dcf9522782c40a21ab19874a00265e9d))
11+
612
## [2.0.2](https://github.com/TrigenSoftware/simple-release/compare/v2.0.1...v2.0.2) (2025-06-07)
713

814
### Bug Fixes

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.0.2",
4+
"version": "2.0.3",
55
"description": "A simple tool to automate version bumps, changelogs, and releases using Conventional Commits.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)