Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/child-process-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/TrigenSoftware/simple-libs/compare/child-process-utils@1.0.2...child-process-utils@2.0.0) (2026-06-25)

### ⚠ BREAKING CHANGES

* Node.js 22 is now the minimum supported version.

### Features

* require Node.js 22 ([37f99c5](https://github.com/TrigenSoftware/simple-libs/commit/37f99c5189547d943d3be8b96ccd08a797896107))

## [1.0.2](https://github.com/TrigenSoftware/simple-libs/compare/child-process-utils@1.0.1...child-process-utils@1.0.2) (2026-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/child-process-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-libs/child-process-utils",
"type": "module",
"version": "1.0.2",
"version": "2.0.0",
"description": "A small set of utilities for child process.",
"author": {
"name": "Dan Onoshko",
Expand Down
10 changes: 10 additions & 0 deletions packages/hosted-git-info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/TrigenSoftware/simple-libs/compare/hosted-git-info@1.0.2...hosted-git-info@2.0.0) (2026-06-25)

### ⚠ BREAKING CHANGES

* Node.js 22 is now the minimum supported version.

### Features

* require Node.js 22 ([37f99c5](https://github.com/TrigenSoftware/simple-libs/commit/37f99c5189547d943d3be8b96ccd08a797896107))

## [1.0.2](https://github.com/TrigenSoftware/simple-libs/compare/hosted-git-info@1.0.1...hosted-git-info@1.0.2) (2026-03-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/hosted-git-info/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-libs/hosted-git-info",
"type": "module",
"version": "1.0.2",
"version": "2.0.0",
"description": "A small library to parse hosted git info.",
"author": {
"name": "Dan Onoshko",
Expand Down
10 changes: 10 additions & 0 deletions packages/normalize-package-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.0.0 (2026-06-25)

### Features

* add package data normalizer ([#43](https://github.com/TrigenSoftware/simple-libs/issues/43)) ([cb93de7](https://github.com/TrigenSoftware/simple-libs/commit/cb93de716d1c812f905b7abd7f71f4f767023b5e))
10 changes: 10 additions & 0 deletions packages/stream-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/TrigenSoftware/simple-libs/compare/stream-utils@1.2.0...stream-utils@2.0.0) (2026-06-25)

### ⚠ BREAKING CHANGES

* Node.js 22 is now the minimum supported version.

### Features

* require Node.js 22 ([37f99c5](https://github.com/TrigenSoftware/simple-libs/commit/37f99c5189547d943d3be8b96ccd08a797896107))

## [1.2.0](https://github.com/TrigenSoftware/simple-libs/compare/stream-utils@1.1.0...stream-utils@1.2.0) (2026-03-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@simple-libs/stream-utils",
"type": "module",
"version": "1.2.0",
"version": "2.0.0",
"description": "A small set of utilities for streams.",
"author": {
"name": "Dan Onoshko",
Expand Down