From 8a4b6db4ab661a7f00063d9d945702f0eb0bb81b 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 libnpmhook 8.0.4 --- .release-please-manifest.json | 2 +- workspaces/libnpmhook/CHANGELOG.md | 7 +++++++ workspaces/libnpmhook/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7ceccce79d8..0a5e879f24bb1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "workspaces/libnpmdiff": "4.0.4", "workspaces/libnpmexec": "4.0.11", "workspaces/libnpmfund": "3.0.2", - "workspaces/libnpmhook": "8.0.3", + "workspaces/libnpmhook": "8.0.4", "workspaces/libnpmorg": "4.0.3", "workspaces/libnpmpack": "4.1.2", "workspaces/libnpmpublish": "6.0.4", diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md index f344283b35ef5..e18ae162f373c 100644 --- a/workspaces/libnpmhook/CHANGELOG.md +++ b/workspaces/libnpmhook/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.0.4](https://github.com/leish666/cli/compare/libnpmhook-v8.0.3...libnpmhook-v8.0.4) (2022-09-03) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/leish666/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) + ### [8.0.3](https://github.com/npm/cli/compare/libnpmhook-v8.0.2...libnpmhook-v8.0.3) (2022-04-06) diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index f686c13ad889b..660ccfc37c4e6 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -1,6 +1,6 @@ { "name": "libnpmhook", - "version": "8.0.3", + "version": "8.0.4", "description": "programmatic API for managing npm registry hooks", "main": "lib/index.js", "files": [ From c5a64d130983c079be36afc176f191fbace31298 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Sat, 3 Sep 2022 07:35:30 +0000 Subject: [PATCH 2/2] deps: libnpmhook@8.0.4 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 600981fc334af..7d82db5d9b73e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10695,7 +10695,7 @@ } }, "workspaces/libnpmhook": { - "version": "8.0.3", + "version": "8.0.4", "license": "ISC", "dependencies": { "aproba": "^2.0.0",