Skip to content

Commit 9a6975d

Browse files
chore: release 6.1.0 (#118)
🤖 I have created a release *beep* *boop* --- ## [6.1.0](v6.0.0...v6.1.0) (2025-11-25) ### Features * [`4783d60`](4783d60) [#117](#117) support args for input (#117) (@mbtools) ### Chores * [`f5ee8ae`](f5ee8ae) [#114](#114) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#114) (@dependabot[bot]) * [`5e6692a`](5e6692a) [#116](#116) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#116) (@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 4783d60 commit 9a6975d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-
".": "6.0.0"
2+
".": "6.1.0"
33
}

CHANGELOG.md

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

3+
## [6.1.0](https://github.com/npm/proc-log/compare/v6.0.0...v6.1.0) (2025-11-25)
4+
### Features
5+
* [`4783d60`](https://github.com/npm/proc-log/commit/4783d609cee4729bd52b5a377ea5666e40fe864c) [#117](https://github.com/npm/proc-log/pull/117) support args for input (#117) (@mbtools)
6+
### Chores
7+
* [`f5ee8ae`](https://github.com/npm/proc-log/commit/f5ee8ae93549f7cbe3bfec69e64a221726f826f9) [#114](https://github.com/npm/proc-log/pull/114) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#114) (@dependabot[bot])
8+
* [`5e6692a`](https://github.com/npm/proc-log/commit/5e6692ac2e49d17b58d3c238975b459197d262a8) [#116](https://github.com/npm/proc-log/pull/116) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#116) (@dependabot[bot], @npm-cli-bot)
9+
310
## [6.0.0](https://github.com/npm/proc-log/compare/v5.0.0...v6.0.0) (2025-10-22)
411
### ⚠️ BREAKING CHANGES
512
* `proc-log` now supports node `^20.17.0 || >=22.9.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": "6.0.0",
3+
"version": "6.1.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)