From 096e73b6f6c8d25500760ced34066338ef5410d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 07:14:30 +0000 Subject: [PATCH 1/2] chore(latest): release libnpmexec 4.0.12 --- .release-please-manifest.json | 2 +- workspaces/libnpmexec/CHANGELOG.md | 9 +++++++++ workspaces/libnpmexec/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7ceccce79d8..31cd2db65d791 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "workspaces/arborist": "5.6.0", "workspaces/libnpmaccess": "6.0.3", "workspaces/libnpmdiff": "4.0.4", - "workspaces/libnpmexec": "4.0.11", + "workspaces/libnpmexec": "4.0.12", "workspaces/libnpmfund": "3.0.2", "workspaces/libnpmhook": "8.0.3", "workspaces/libnpmorg": "4.0.3", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index cad3767839277..41bfd56203cc7 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.0.12](https://github.com/leish666/cli/compare/libnpmexec-v4.0.11...libnpmexec-v4.0.12) (2022-09-03) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/leish666/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) +* bin-links@3.0.3 ([7fbf6f7](https://github.com/leish666/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784)) +* unique-filename@2.0.1 ([1286f03](https://github.com/leish666/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e)) + ## [4.0.11](https://github.com/npm/cli/compare/libnpmexec-v4.0.10...libnpmexec-v4.0.11) (2022-08-17) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 6340035e9f192..60f830853c2db 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "4.0.11", + "version": "4.0.12", "files": [ "bin/", "lib/" From d38a0c03592d70817a0b8c8ac92c1fc1947fe511 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Sat, 3 Sep 2022 07:36:07 +0000 Subject: [PATCH 2/2] deps: libnpmexec@4.0.12 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 600981fc334af..ee8cee93bfd79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10649,7 +10649,7 @@ } }, "workspaces/libnpmexec": { - "version": "4.0.11", + "version": "4.0.12", "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0",