diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8cc16..f9de747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.1.0) (2025-06-06) + +### Features + +* **config:** test commit ([e868ed0](https://github.com/TrigenSoftware/simple-release/commit/e868ed08d8a83e5ac056eee1751cfe5c1a5ab712)) + ## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 8f3a5dc..9102a5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-release-tools", "type": "module", "private": true, - "version": "2.0.0", + "version": "2.1.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 50ba749..fda8015 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.0](https://github.com/TrigenSoftware/simple-release/compare/v2.0.0...v2.1.0) (2025-06-06) + +### Features + +* test commit ([e868ed0](https://github.com/TrigenSoftware/simple-release/commit/e868ed08d8a83e5ac056eee1751cfe5c1a5ab712)) + ## [2.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0...v2.0.0) (2025-06-05) ### Features diff --git a/packages/config/package.json b/packages/config/package.json index a94a942..a1dd27b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,7 +1,7 @@ { "name": "@simple-release/config", "type": "module", - "version": "2.0.0", + "version": "2.1.0", "description": "A simple-release config loader.", "author": { "name": "Dan Onoshko", diff --git a/packages/config/src/index.ts b/packages/config/src/index.ts index fea1554..92323da 100644 --- a/packages/config/src/index.ts +++ b/packages/config/src/index.ts @@ -99,4 +99,6 @@ export async function load(requirements: Record = {}) { return null } -void {} +void { + p: true +}