Skip to content

Commit b906151

Browse files
chore(release): 2.0.1 (#100)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 73817a5 commit b906151

File tree

8 files changed

+30
-4
lines changed

8 files changed

+30
-4
lines changed

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.0.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
7+
8+
### Bug Fixes
9+
10+
* **core,github-action:** consistent type imports ([9253aff](https://github.com/TrigenSoftware/simple-release/commit/9253aff53c9a232661d694f13728217d003fec25))
11+
* **core,simple-github-release:** package build fix ([73817a5](https://github.com/TrigenSoftware/simple-release/commit/73817a5d03ffdae1fbaae38faed18f32f1fbbefd))
12+
613
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
714

815
### ⚠ BREAKING CHANGES

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.0",
5+
"version": "2.0.1",
66
"description": "A simple tools to automate releases.",
77
"author": "dangreen",
88
"license": "MIT",

packages/core/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.0.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
7+
8+
### Bug Fixes
9+
10+
* consistent type imports ([9253aff](https://github.com/TrigenSoftware/simple-release/commit/9253aff53c9a232661d694f13728217d003fec25))
11+
* package build fix ([73817a5](https://github.com/TrigenSoftware/simple-release/commit/73817a5d03ffdae1fbaae38faed18f32f1fbbefd))
12+
613
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
714

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

packages/github-action/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.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
7+
8+
### Bug Fixes
9+
10+
* consistent type imports ([9253aff](https://github.com/TrigenSoftware/simple-release/commit/9253aff53c9a232661d694f13728217d003fec25))
11+
612
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
713

814
### Features

packages/github-action/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-action",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "A simple-release api for github action.",
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.0.1](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.0.1) (2025-06-07)
6+
7+
### Bug Fixes
8+
9+
* package build fix ([73817a5](https://github.com/TrigenSoftware/simple-release/commit/73817a5d03ffdae1fbaae38faed18f32f1fbbefd))
10+
511
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
612

713
### ⚠ BREAKING CHANGES

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.0",
4+
"version": "2.0.1",
55
"description": "A simple tool to create GitHub releases.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)