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-10 21:10:11 +0300
committerGitHub <noreply@github.com>2022-03-10 21:10:11 +0300
commit50a38523fb485cc03daa460cb9b284a00cec8031 (patch)
tree58f9c4656965921d82b8690002a7e1dd7e317416
parentd9dc70ce4d632b8b0401c41e9a015b8083e87db1 (diff)
chore: release @npmcli/arborist 5.0.2 (#4540)arborist-v5.0.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/arborist/CHANGELOG.md12
-rw-r--r--workspaces/arborist/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index b051dbd72..8a5c3ddc2 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+### [5.0.2](https://www.github.com/npm/cli/compare/arborist-v5.0.1...arborist-v5.0.2) (2022-03-10)
+
+
+### Bug Fixes
+
+* **rebuild:** don't run lifecycle scripts twice on linked deps ([#4529](https://www.github.com/npm/cli/issues/4529)) ([fbdb431](https://www.github.com/npm/cli/commit/fbdb43138ab8e682efb7668767465e7066d43b9f))
+
+
+### Documentation
+
+* standardize changelog heading ([#4510](https://www.github.com/npm/cli/issues/4510)) ([91f03ee](https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))
+
### [5.0.1](https://www.github.com/npm/cli/compare/arborist-v5.0.0...arborist-v5.0.1) (2022-03-08)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index ce45c796a..3a4c83f55 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",