Skip to content

Commit 5a60952

Browse files
chore(release): 2.1.2 (#105)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2cb04f4 commit 5a60952

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.1.2](https://github.com/TrigenSoftware/simple-release/compare/v2.1.1...v2.1.2) (2025-06-08)
7+
8+
### Bug Fixes
9+
10+
* **config:** fix esmodule config loading ([2cb04f4](https://github.com/TrigenSoftware/simple-release/commit/2cb04f42696dfc5837f863e927f8531c9dd9dd90))
11+
612
## [2.1.1](https://github.com/TrigenSoftware/simple-release/compare/v2.1.0...v2.1.1) (2025-06-08)
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.1.1",
5+
"version": "2.1.2",
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.2](https://github.com/TrigenSoftware/simple-release/compare/v2.1.1...v2.1.2) (2025-06-08)
7+
8+
### Bug Fixes
9+
10+
* fix esmodule config loading ([2cb04f4](https://github.com/TrigenSoftware/simple-release/commit/2cb04f42696dfc5837f863e927f8531c9dd9dd90))
11+
612
## [2.1.1](https://github.com/TrigenSoftware/simple-release/compare/v2.1.0...v2.1.1) (2025-06-08)
713

814
### Bug Fixes

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.1.1",
4+
"version": "2.1.2",
55
"description": "A simple-release config loader.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)