Skip to content

Commit 6ea7b53

Browse files
chore: release 9.0.1 (#184)
🤖 I have created a release *beep* *boop* --- ## [9.0.1](v9.0.0...v9.0.1) (2026-06-08) ### Bug Fixes * [`1ca32a3`](1ca32a3) [#178](#178) support running sh shim from wsl (#178) (@nadalaba) ### Chores * [`30cad4d`](30cad4d) [#183](#183) bump @npmcli/eslint-config from 6.0.1 to 7.0.0 (@dependabot[bot]) * [`3b7e7dc`](3b7e7dc) [#182](#182) postinstall for dependabot template-oss PR (@npm-cli-bot) * [`c64c525`](c64c525) [#182](#182) bump @npmcli/template-oss from 5.0.0 to 5.1.0 (@dependabot[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 1ca32a3 commit 6ea7b53

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [9.0.1](https://github.com/npm/cmd-shim/compare/v9.0.0...v9.0.1) (2026-06-08)
4+
### Bug Fixes
5+
* [`1ca32a3`](https://github.com/npm/cmd-shim/commit/1ca32a3695a45fad94264845596dd1fe8a9ff8cc) [#178](https://github.com/npm/cmd-shim/pull/178) support running sh shim from wsl (#178) (@nadalaba)
6+
### Chores
7+
* [`30cad4d`](https://github.com/npm/cmd-shim/commit/30cad4d86e5ead4e9a0af3a8721558dccb74253b) [#183](https://github.com/npm/cmd-shim/pull/183) bump @npmcli/eslint-config from 6.0.1 to 7.0.0 (@dependabot[bot])
8+
* [`3b7e7dc`](https://github.com/npm/cmd-shim/commit/3b7e7dc49931e69b1f2d866f0d3031d2d39fcb5d) [#182](https://github.com/npm/cmd-shim/pull/182) postinstall for dependabot template-oss PR (@npm-cli-bot)
9+
* [`c64c525`](https://github.com/npm/cmd-shim/commit/c64c525ace25be9e8b725fe48042c96e1035dcdf) [#182](https://github.com/npm/cmd-shim/pull/182) bump @npmcli/template-oss from 5.0.0 to 5.1.0 (@dependabot[bot])
10+
311
## [9.0.0](https://github.com/npm/cmd-shim/compare/v8.0.0...v9.0.0) (2026-05-08)
412
### ⚠️ BREAKING CHANGES
513
* `cmd-shim` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cmd-shim",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Used in npm for command line application support",
55
"scripts": {
66
"test": "tap",

0 commit comments

Comments
 (0)