From a02cce5439bba47d41dd793d7533af8a34e7c960 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:16:45 +0000 Subject: [PATCH] chore(latest): release arborist 5.3.1 --- 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 3bcc21dc4ef1e..25a15874bb7a8 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 328cdf0146c14..48814eda69166 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",