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:
authorGar <gar+gh@danger.computer>2022-03-10 18:54:12 +0300
committerGitHub <noreply@github.com>2022-03-10 18:54:12 +0300
commit91f03ee618bc635f9cfbded735fe98bbfa9d643f (patch)
tree3813524769eade8ebc098a9554fd252562923ac5 /workspaces/arborist/CHANGELOG.md
parent2485064da590ef787e94a952e0bbdcd9f4880703 (diff)
docs: standardize changelog heading (#4510)
This will allow for release-please to update them appropriately
Diffstat (limited to 'workspaces/arborist/CHANGELOG.md')
-rw-r--r--workspaces/arborist/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index f99a8554f..b051dbd72 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,4 +1,4 @@
-# CHANGELOG
+# Changelog
### [5.0.1](https://www.github.com/npm/cli/compare/arborist-v5.0.0...arborist-v5.0.1) (2022-03-08)
@@ -7,7 +7,7 @@
* 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
+## 2.0.0
* BREAKING CHANGE: root node is now included in inventory
* All parent/target/fsParent/etc. references set in `root` setter, rather
@@ -15,12 +15,12 @@
* `treeCheck` function added, to enforce strict correctness guarantees when
`ARBORIST_DEBUG=1` in the environment (on by default in Arborist tests).
-## 1.0
+## 1.0.0
* Release for npm v7 beta
* Fully functional
-## 0.0
+## 0.0.0
* Proof of concept
* Before this, it was [`read-package-tree`](http://npm.im/read-package-tree)