From 58147134f048b94522e48001dde94e891cbfb46f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:22:33 -0500 Subject: chore: release @npmcli/arborist 5.0.1 (#4522) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- workspaces/arborist/CHANGELOG.md | 7 +++++++ workspaces/arborist/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 3cd36d027..f99a8554f 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +### [5.0.1](https://www.github.com/npm/cli/compare/arborist-v5.0.0...arborist-v5.0.1) (2022-03-08) + + +### Bug Fixes + +* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) + ## 2.0 * BREAKING CHANGE: root node is now included in inventory diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index c9dee34b7..ce45c796a 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "5.0.0", + "version": "5.0.1", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", -- cgit v1.2.3