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-07-28 00:16:45 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-07-28 00:45:56 +0300
commita02cce5439bba47d41dd793d7533af8a34e7c960 (patch)
treef41a203023457a131f3bed6997c34e478d8a8fba
parent4d1d8a9561000064fe765ba31a3ad21832721c59 (diff)
chore(latest): release arborist 5.3.1
-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 3bcc21dc4..25a15874b 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [5.3.1](https://github.com/npm/cli/compare/arborist-v5.3.0...arborist-v5.3.1) (2022-07-27)
+
+
+### Bug Fixes
+
+* allow hash character in paths ([#5122](https://github.com/npm/cli/issues/5122)) ([62b95a0](https://github.com/npm/cli/commit/62b95a04337661e3fa17093708b57000054442d9))
+
## [5.3.0](https://github.com/npm/cli/compare/arborist-v5.2.3...arborist-v5.3.0) (2022-07-11)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 328cdf014..48814eda6 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.3.0",
+ "version": "5.3.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",