Skip to content

Commit fd4997f

Browse files
chore: release 6.0.0 (#113)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.0...v6.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * `proc-log` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`d8f7cab`](d8f7cab) [#112](#112) align to npm 11 node engine range (#112) (@owlstronaut) ### Chores * [`9487f15`](9487f15) [#106](#106) postinstall workflow updates (#106) (@owlstronaut) * [`1c62cfe`](1c62cfe) [#111](#111) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#111) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d8f7cab commit fd4997f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "6.0.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/npm/proc-log/compare/v5.0.0...v6.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `proc-log` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`d8f7cab`](https://github.com/npm/proc-log/commit/d8f7cab84f366c5982e37716df9f5dcb0fcc8a68) [#112](https://github.com/npm/proc-log/pull/112) align to npm 11 node engine range (#112) (@owlstronaut)
8+
### Chores
9+
* [`9487f15`](https://github.com/npm/proc-log/commit/9487f156a5ab659ac5977b5a9ba1168ed037f650) [#106](https://github.com/npm/proc-log/pull/106) postinstall workflow updates (#106) (@owlstronaut)
10+
* [`1c62cfe`](https://github.com/npm/proc-log/commit/1c62cfe995b1d0a97c823d52fb81f5238b69f8df) [#111](https://github.com/npm/proc-log/pull/111) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#111) (@dependabot[bot], @npm-cli-bot)
11+
312
## [5.0.0](https://github.com/npm/proc-log/compare/v4.2.0...v5.0.0) (2024-09-03)
413
### ⚠️ BREAKING CHANGES
514
* `proc-log` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proc-log",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)