From c975a86f2d456c67f0b0c86fda0c87b793254446 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 01:48:39 +0000 Subject: [PATCH 1/2] chore(latest): release libnpmhook 1.0.0 --- workspaces/libnpmhook/CHANGELOG.md | 16 ++++++++++++++++ workspaces/libnpmhook/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md index f344283b35ef5..8733991593de5 100644 --- a/workspaces/libnpmhook/CHANGELOG.md +++ b/workspaces/libnpmhook/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.0.0 (2022-08-23) + + +### Bug Fixes + +* replace deprecated String.prototype.substr() ([#4667](https://github.com/npm/cli/issues/4667)) ([e3da5df](https://github.com/npm/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262)) +* update readme badges ([#4658](https://github.com/npm/cli/issues/4658)) ([2829cb2](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d)) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) +* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08)) +* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/npm/cli/issues/4639)) ([a59fd2c](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f)) +* libnpmhook@8.0.3 ([7ed9faf](https://github.com/npm/cli/commit/7ed9fafaa951071a7988a3ec4ca3a5e01756b11d)) + ### [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 a26338262e96b..d2a712e9897c0 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -1,6 +1,6 @@ { "name": "libnpmhook", - "version": "8.0.3", + "version": "1.0.0", "description": "programmatic API for managing npm registry hooks", "main": "lib/index.js", "files": [ From 3cd02cf07a4887c51d07f1d23cc97f910179ea77 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Tue, 23 Aug 2022 01:49:05 +0000 Subject: [PATCH 2/2] deps: libnpmhook@1.0.0 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index ce443bce578ac..eeb9ed28a6186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10628,7 +10628,7 @@ } }, "workspaces/libnpmhook": { - "version": "8.0.3", + "version": "1.0.0", "license": "ISC", "dependencies": { "aproba": "^2.0.0",