diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ebe46512723ba..2faa1bd296d24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - ".": "9.0.1", - "workspaces/arborist": "6.1.0", + ".": "9.1.0", + "workspaces/arborist": "6.1.1", "workspaces/libnpmaccess": "7.0.0", - "workspaces/libnpmdiff": "5.0.1", - "workspaces/libnpmexec": "5.0.1", - "workspaces/libnpmfund": "4.0.1", + "workspaces/libnpmdiff": "5.0.2", + "workspaces/libnpmexec": "5.0.2", + "workspaces/libnpmfund": "4.0.2", "workspaces/libnpmhook": "9.0.0", "workspaces/libnpmorg": "5.0.0", - "workspaces/libnpmpack": "5.0.1", - "workspaces/libnpmpublish": "7.0.1", + "workspaces/libnpmpack": "5.0.2", + "workspaces/libnpmpublish": "7.0.2", "workspaces/libnpmsearch": "6.0.0", "workspaces/libnpmteam": "5.0.0", - "workspaces/libnpmversion": "4.0.0", - "workspaces/config": "6.0.1" + "workspaces/libnpmversion": "4.0.1", + "workspaces/config": "6.1.0" } diff --git a/AUTHORS b/AUTHORS index c788a24482538..ecd8124735921 100644 --- a/AUTHORS +++ b/AUTHORS @@ -863,3 +863,4 @@ Winter shalvah Albert 理斯特 Gennadiy Gashev <63790536+gennadiygashev@users.noreply.github.com> +Andrew Dawes diff --git a/CHANGELOG.md b/CHANGELOG.md index 338515e99d289..992391a854e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [9.1.0](https://github.com/npm/cli/compare/v9.0.1...v9.1.0) (2022-11-02) + +### Features + +* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy) + +### Bug Fixes + +* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys) +* [`8fd614a`](https://github.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a) use promiseSpawn.open instead of opener (@nlf) +* [`41843ad`](https://github.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306) use an absolute path to notepad.exe by default, correct docs (@nlf) +* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys) + +### Documentation + +* [`ce6745c`](https://github.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae) [#5763](https://github.com/npm/cli/pull/5763) fixed some typos (#5763) (@AndrewDawes) + +### Dependencies + +* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0` +* [`205e2fd`](https://github.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167) `pacote@15.0.6` +* [`ac25863`](https://github.com/npm/cli/commit/ac25863a33b75620ac9edf4057bfb9409028636a) remove opener, `@npmcli/promise-spawn@6.0.1`, `@npmcli/run-script@5.1.1`, `@npmcli/git@4.0.3`, `pacote@15.0.5`, `which@3.0.0` +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1` +* [Workspace](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0): `@npmcli/config@6.1.0` +* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2): `libnpmdiff@5.0.2` +* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2): `libnpmexec@5.0.2` +* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2): `libnpmfund@4.0.2` +* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2` +* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2): `libnpmpublish@7.0.2` +* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1): `libnpmversion@4.0.1` + ## [9.0.1](https://github.com/npm/cli/compare/v9.0.0...v9.0.1) (2022-10-26) ### Documentation diff --git a/package-lock.json b/package-lock.json index 5a7377cfc83dc..74c9f347320ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.0.1", + "version": "9.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.0.1", + "version": "9.1.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -86,9 +86,9 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/ci-detect": "^3.0.0", - "@npmcli/config": "^6.0.1", + "@npmcli/config": "^6.1.0", "@npmcli/map-workspaces": "^3.0.0", "@npmcli/package-json": "^3.0.0", "@npmcli/run-script": "^6.0.0", @@ -109,16 +109,16 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.0", - "libnpmdiff": "^5.0.1", - "libnpmexec": "^5.0.1", - "libnpmfund": "^4.0.1", + "libnpmdiff": "^5.0.2", + "libnpmexec": "^5.0.2", + "libnpmfund": "^4.0.2", "libnpmhook": "^9.0.0", "libnpmorg": "^5.0.0", - "libnpmpack": "^5.0.1", - "libnpmpublish": "^7.0.1", + "libnpmpack": "^5.0.2", + "libnpmpublish": "^7.0.2", "libnpmsearch": "^6.0.0", "libnpmteam": "^5.0.0", - "libnpmversion": "^4.0.0", + "libnpmversion": "^4.0.1", "make-fetch-happen": "^11.0.1", "minimatch": "^5.1.0", "minipass": "^3.1.6", @@ -13962,7 +13962,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "6.1.0", + "version": "6.1.1", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -14019,7 +14019,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "6.0.1", + "version": "6.1.0", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.0", @@ -14057,10 +14057,10 @@ } }, "workspaces/libnpmdiff": { - "version": "5.0.1", + "version": "5.0.2", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.0", "binary-extensions": "^2.2.0", @@ -14080,10 +14080,10 @@ } }, "workspaces/libnpmexec": { - "version": "5.0.1", + "version": "5.0.2", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/ci-detect": "^3.0.0", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", @@ -14109,10 +14109,10 @@ } }, "workspaces/libnpmfund": { - "version": "4.0.1", + "version": "4.0.2", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.0" + "@npmcli/arborist": "^6.1.1" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", @@ -14159,10 +14159,10 @@ } }, "workspaces/libnpmpack": { - "version": "5.0.1", + "version": "5.0.2", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.0.0", "pacote": "^15.0.2" @@ -14179,7 +14179,7 @@ } }, "workspaces/libnpmpublish": { - "version": "7.0.1", + "version": "7.0.2", "license": "ISC", "dependencies": { "normalize-package-data": "^5.0.0", @@ -14191,7 +14191,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.8.0", - "libnpmpack": "^5.0.1", + "libnpmpack": "^5.0.2", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1" @@ -14234,7 +14234,7 @@ } }, "workspaces/libnpmversion": { - "version": "4.0.0", + "version": "4.0.1", "license": "ISC", "dependencies": { "@npmcli/git": "^4.0.1", diff --git a/package.json b/package.json index 30a5e248199e3..31bcd321e8fe8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.1", + "version": "9.1.0", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -56,9 +56,9 @@ }, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/ci-detect": "^3.0.0", - "@npmcli/config": "^6.0.1", + "@npmcli/config": "^6.1.0", "@npmcli/map-workspaces": "^3.0.0", "@npmcli/package-json": "^3.0.0", "@npmcli/run-script": "^6.0.0", @@ -79,16 +79,16 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.0", - "libnpmdiff": "^5.0.1", - "libnpmexec": "^5.0.1", - "libnpmfund": "^4.0.1", + "libnpmdiff": "^5.0.2", + "libnpmexec": "^5.0.2", + "libnpmfund": "^4.0.2", "libnpmhook": "^9.0.0", "libnpmorg": "^5.0.0", - "libnpmpack": "^5.0.1", - "libnpmpublish": "^7.0.1", + "libnpmpack": "^5.0.2", + "libnpmpublish": "^7.0.2", "libnpmsearch": "^6.0.0", "libnpmteam": "^5.0.0", - "libnpmversion": "^4.0.0", + "libnpmversion": "^4.0.1", "make-fetch-happen": "^11.0.1", "minimatch": "^5.1.0", "minipass": "^3.1.6", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 1cd10a8280f22..a1c21918c9b43 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.1.1](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1) (2022-11-02) + +### Bug Fixes + +* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys) +* [`0c5834e`](https://github.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21) [#5758](https://github.com/npm/cli/pull/5758) use hosted-git-info to parse registry urls (#5758) (@lukekarrys) + +### Dependencies + +* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0` + ## [6.1.0](https://github.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0) (2022-10-26) ### Features diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 7bdfbb6d6c313..a6b5a81e5c104 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "6.1.0", + "version": "6.1.1", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index b3b30f8630107..4e1b5aa6aac9a 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/npm/cli/compare/config-v6.0.1...config-v6.1.0) (2022-11-02) + +### Features + +* [`706b3d3`](https://github.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9) [#5779](https://github.com/npm/cli/pull/5779) set --no-audit when installing outside of a project (like --global) (@fritzy) +* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys) + ## [6.0.1](https://github.com/npm/config/compare/v6.0.0...v6.0.1) (2022-10-17) ### Dependencies diff --git a/workspaces/config/package.json b/workspaces/config/package.json index b9f41d29bd3f8..c88d46bcfae7c 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "6.0.1", + "version": "6.1.0", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index e83bc62afc909..6195aa8781f0a 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2) (2022-11-02) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1` + ## [5.0.1](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1) (2022-10-26) ### Dependencies diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index fee4539bd445d..83502b066a9f7 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "5.0.1", + "version": "5.0.2", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.0", "binary-extensions": "^2.2.0", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 5f06eeafe8d57..f2d642ead414c 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.2](https://github.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2) (2022-11-02) + +### Bug Fixes + +* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys) + +### Dependencies + +* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0` +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1` + ## [5.0.1](https://github.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1) (2022-10-26) ### Dependencies diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index d3c8a4bb4c61a..1ca1c0584ad07 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "5.0.1", + "version": "5.0.2", "files": [ "bin/", "lib/" @@ -58,7 +58,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/ci-detect": "^3.0.0", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index 85241c9da4723..a84dd61e43c58 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.2](https://github.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2) (2022-11-02) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1` + ## [4.0.1](https://github.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1) (2022-10-26) ### Dependencies diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index c2b8d45a714e8..99833181dece9 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "4.0.1", + "version": "4.0.2", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.1.0" + "@npmcli/arborist": "^6.1.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 6fd91155cd565..235af82111896 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.2](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2) (2022-11-02) + +### Bug Fixes + +* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys) + +### Dependencies + +* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0` +* [Workspace](https://github.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1): `@npmcli/arborist@6.1.1` + ## [5.0.1](https://github.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1) (2022-10-26) ### Dependencies diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 3d054653ea2a1..23dcd361c198c 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "5.0.1", + "version": "5.0.2", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js", @@ -36,7 +36,7 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/arborist": "^6.1.0", + "@npmcli/arborist": "^6.1.1", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.0.0", "pacote": "^15.0.2" diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index fa6368026a8d4..ef912f60e6d9c 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.0.2](https://github.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2) (2022-11-02) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2): `libnpmpack@5.0.2` + ## [7.0.1](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1) (2022-10-26) ### Dependencies diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 8a0f0d8b926f0..29ca5e58c8d28 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "7.0.1", + "version": "7.0.2", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js", @@ -26,7 +26,7 @@ "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.8.0", - "libnpmpack": "^5.0.1", + "libnpmpack": "^5.0.2", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1" diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md index 43e4eb8c9c475..2c13959b498b0 100644 --- a/workspaces/libnpmversion/CHANGELOG.md +++ b/workspaces/libnpmversion/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.0.1](https://github.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1) (2022-11-02) + +### Bug Fixes + +* [`1f5382d`](https://github.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f) [#5789](https://github.com/npm/cli/pull/5789) don't set `stdioString` for any spawn/run-script calls (@lukekarrys) + +### Dependencies + +* [`abfb28b`](https://github.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137) `@npmcli/run-script@6.0.0` + ## [4.0.0](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.1...libnpmversion-v4.0.0) (2022-10-19) ### Features diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json index 9291629a47454..3237b62d19382 100644 --- a/workspaces/libnpmversion/package.json +++ b/workspaces/libnpmversion/package.json @@ -1,6 +1,6 @@ { "name": "libnpmversion", - "version": "4.0.0", + "version": "4.0.1", "main": "lib/index.js", "files": [ "bin/",