Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-09 00:22:33 +0300
committerGitHub <noreply@github.com>2022-03-09 00:22:33 +0300
commit58147134f048b94522e48001dde94e891cbfb46f (patch)
treed77ef0dfbf7d2c76b658ce4206a821faff73f645
parentd43c807959fcf33abffee599fee0efb71482f589 (diff)
chore: release @npmcli/arborist 5.0.1 (#4522)arborist-v5.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/arborist/CHANGELOG.md7
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 8 insertions, 1 deletions
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",