Skip to content

Commit 239d648

Browse files
chore: release 6.0.0 (#121)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.0...v6.0.0) (2025-10-23) ### ⚠️ BREAKING CHANGES * `read-cmd-shim` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`064b3bf`](064b3bf) [#120](#120) align to npm 11 node engine range (@owlstronaut) ### Chores * [`c4fe37a`](c4fe37a) [#120](#120) template-oss-apply (@owlstronaut) * [`25e6268`](25e6268) [#112](#112) postinstall workflow updates (#112) (@owlstronaut) * [`7d81af6`](7d81af6) [#117](#117) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#117) (@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 c4fe37a commit 239d648

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/npm/read-cmd-shim/compare/v5.0.0...v6.0.0) (2025-10-23)
4+
### ⚠️ BREAKING CHANGES
5+
* `read-cmd-shim` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`064b3bf`](https://github.com/npm/read-cmd-shim/commit/064b3bf83eff81ee36b9a0e295c213d201699fa5) [#120](https://github.com/npm/read-cmd-shim/pull/120) align to npm 11 node engine range (@owlstronaut)
8+
### Chores
9+
* [`c4fe37a`](https://github.com/npm/read-cmd-shim/commit/c4fe37a2e678c38fdd17feb48bdaa5d08f0a2741) [#120](https://github.com/npm/read-cmd-shim/pull/120) template-oss-apply (@owlstronaut)
10+
* [`25e6268`](https://github.com/npm/read-cmd-shim/commit/25e62689a4cdc01f933310bd4e7851e703e5348a) [#112](https://github.com/npm/read-cmd-shim/pull/112) postinstall workflow updates (#112) (@owlstronaut)
11+
* [`7d81af6`](https://github.com/npm/read-cmd-shim/commit/7d81af6a805c832df74a37c0645b3eff39f88053) [#117](https://github.com/npm/read-cmd-shim/pull/117) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#117) (@dependabot[bot], @npm-cli-bot)
12+
313
## [5.0.0](https://github.com/npm/read-cmd-shim/compare/v4.0.0...v5.0.0) (2024-09-24)
414
### ⚠️ BREAKING CHANGES
515
* `read-cmd-shim` 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": "read-cmd-shim",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
55
"main": "lib/index.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)