diff --git a/packages/child-process-utils/CHANGELOG.md b/packages/child-process-utils/CHANGELOG.md index b77cefa..3456d1e 100644 --- a/packages/child-process-utils/CHANGELOG.md +++ b/packages/child-process-utils/CHANGELOG.md @@ -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 diff --git a/packages/child-process-utils/package.json b/packages/child-process-utils/package.json index a5b8143..a5d56d0 100644 --- a/packages/child-process-utils/package.json +++ b/packages/child-process-utils/package.json @@ -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", diff --git a/packages/hosted-git-info/CHANGELOG.md b/packages/hosted-git-info/CHANGELOG.md index cb5d8e6..7241887 100644 --- a/packages/hosted-git-info/CHANGELOG.md +++ b/packages/hosted-git-info/CHANGELOG.md @@ -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 diff --git a/packages/hosted-git-info/package.json b/packages/hosted-git-info/package.json index 8a120a7..040a75d 100644 --- a/packages/hosted-git-info/package.json +++ b/packages/hosted-git-info/package.json @@ -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", diff --git a/packages/normalize-package-data/CHANGELOG.md b/packages/normalize-package-data/CHANGELOG.md new file mode 100644 index 0000000..8e145db --- /dev/null +++ b/packages/normalize-package-data/CHANGELOG.md @@ -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)) diff --git a/packages/stream-utils/CHANGELOG.md b/packages/stream-utils/CHANGELOG.md index 7862d73..d189762 100644 --- a/packages/stream-utils/CHANGELOG.md +++ b/packages/stream-utils/CHANGELOG.md @@ -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 diff --git a/packages/stream-utils/package.json b/packages/stream-utils/package.json index 6ca858c..d4ae656 100644 --- a/packages/stream-utils/package.json +++ b/packages/stream-utils/package.json @@ -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",