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:
Diffstat (limited to 'workspaces/arborist')
-rw-r--r--workspaces/arborist/CHANGELOG.md6
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index fbe735553..259d7d29b 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [5.6.3](https://github.com/npm/cli/compare/arborist-v5.6.2...arborist-v5.6.3) (2022-11-03)
+
+### Bug Fixes
+
+* [`26f3d0b`](https://github.com/npm/cli/commit/26f3d0b04fec438400d337c2d4ace218225b7ecb) [#5761](https://github.com/npm/cli/pull/5761) use hosted-git-info to parse registry urls (#5761) (@lukekarrys)
+
## [5.6.2](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v5.6.2) (2022-09-13)
### Bug Fixes
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index d0181963b..0cd6ad514 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.6.2",
+ "version": "5.6.3",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",