Skip to content

Commit 750b684

Browse files
committed
chore(release): monorepo release
- @simple-libs/stream-utils@1.1.0 - @simple-libs/hosted-git-info@1.0.1
1 parent bbb24ac commit 750b684

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/hosted-git-info/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+
## [1.0.1](https://github.com/TrigenSoftware/simple-utils/compare/hosted-git-info@1.0.0...hosted-git-info@1.0.1) (2025-06-01)
7+
8+
### Bug Fixes
9+
10+
* fix package build ([492381d](https://github.com/TrigenSoftware/simple-utils/commit/492381d5a2b2266af77785cecba2f14d17f7dbfa))
11+
612
## 1.0.0 (2025-05-28)
713

814
### Features

packages/hosted-git-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-libs/hosted-git-info",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A small library to parse hosted git info.",
66
"author": {
77
"name": "Dan Onoshko",

packages/stream-utils/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+
## [1.1.0](https://github.com/TrigenSoftware/simple-utils/compare/stream-utils@1.0.0...stream-utils@1.1.0) (2025-06-01)
7+
8+
### Features
9+
10+
* splitStream method was added ([bbb24ac](https://github.com/TrigenSoftware/simple-utils/commit/bbb24acd06b41f727b895622e097695aee56ca69))
11+
612
## 1.0.0 (2025-05-28)
713

814
### Features

packages/stream-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@simple-libs/stream-utils",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "A small set of utilities for streams.",
66
"author": {
77
"name": "Dan Onoshko",

0 commit comments

Comments
 (0)