Skip to content

Commit a15a420

Browse files
github-actions[bot]dangreen
authored andcommitted
chore(release): 2.1.0
1 parent e868ed0 commit a15a420

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
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.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.1.0) (2025-06-06)
7+
8+
### Features
9+
10+
* **config:** test commit ([e868ed0](https://github.com/TrigenSoftware/simple-release/commit/e868ed08d8a83e5ac056eee1751cfe5c1a5ab712))
11+
612
## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05)
713

814
### ⚠ 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.1.0",
66
"description": "A simple tools to automate releases.",
77
"author": "dangreen",
88
"license": "MIT",

packages/config/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.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.1.0) (2025-06-06)
7+
8+
### Features
9+
10+
* test commit ([e868ed0](https://github.com/TrigenSoftware/simple-release/commit/e868ed08d8a83e5ac056eee1751cfe5c1a5ab712))
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/config/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/config",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A simple-release config loader.",
66
"author": {
77
"name": "Dan Onoshko",

packages/config/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,6 @@ export async function load(requirements: Record<string, any> = {}) {
9999
return null
100100
}
101101

102-
void {}
102+
void {
103+
p: true
104+
}

0 commit comments

Comments
 (0)