From c82638ec73c32b667af5b6efb3adeb222be55198 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:58:30 +0000 Subject: [PATCH] chore: release 9.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256be89..c6101b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.1" + ".": "9.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bda05..d2f4d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.2](https://github.com/npm/cmd-shim/compare/v9.0.1...v9.0.2) (2026-06-19) +### Bug Fixes +* [`1c2f94c`](https://github.com/npm/cmd-shim/commit/1c2f94cc146c7a76112bc23f255ea75afbf30420) [#64](https://github.com/npm/cmd-shim/pull/64) Fixed an issue with files named node.js on Windows (#64) (@giovannicalo) +### Chores +* [`4f2209b`](https://github.com/npm/cmd-shim/commit/4f2209b18d81fd13169ebfd24b0da95d0d04b357) [#185](https://github.com/npm/cmd-shim/pull/185) bump @npmcli/template-oss from 5.1.0 to 5.1.1 (#185) (@dependabot[bot], @npm-cli-bot) + ## [9.0.1](https://github.com/npm/cmd-shim/compare/v9.0.0...v9.0.1) (2026-06-08) ### Bug Fixes * [`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) diff --git a/package.json b/package.json index f4fe4a7..3a50fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmd-shim", - "version": "9.0.1", + "version": "9.0.2", "description": "Used in npm for command line application support", "scripts": { "test": "tap",