Skip to content

Commit 91f03ee

Browse files
authored
docs: standardize changelog heading (#4510)
This will allow for release-please to update them appropriately
1 parent 2485064 commit 91f03ee

File tree

9 files changed

+16
-18
lines changed

9 files changed

+16
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## v8.5.3 (2022-03-03)
24

35
### Bug Fixes

workspaces/arborist/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CHANGELOG
1+
# Changelog
22

33
### [5.0.1](https://www.github.com/npm/cli/compare/arborist-v5.0.0...arborist-v5.0.1) (2022-03-08)
44

@@ -7,20 +7,20 @@
77

88
* 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))
99

10-
## 2.0
10+
## 2.0.0
1111

1212
* BREAKING CHANGE: root node is now included in inventory
1313
* All parent/target/fsParent/etc. references set in `root` setter, rather
1414
than the hodgepodge of setters that existed before.
1515
* `treeCheck` function added, to enforce strict correctness guarantees when
1616
`ARBORIST_DEBUG=1` in the environment (on by default in Arborist tests).
1717

18-
## 1.0
18+
## 1.0.0
1919

2020
* Release for npm v7 beta
2121
* Fully functional
2222

23-
## 0.0
23+
## 0.0.0
2424

2525
* Proof of concept
2626
* Before this, it was [`read-package-tree`](http://npm.im/read-package-tree)

workspaces/libnpmaccess/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change Log
1+
# Changelog
22

33
<a name="4.0.0"></a>
44
### [6.0.1](https://www.github.com/npm/cli/compare/[email protected]) (2022-03-03)

workspaces/libnpmhook/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Change Log
1+
# Changelog
22

3-
<a name="6.0.0"></a>
4-
# [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)
3+
## [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)
54

65
### Breaking Changes
76

workspaces/libnpmorg/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change Log
1+
# Changelog
22

33
### [4.0.1](https://www.github.com/npm/cli/compare/[email protected]) (2022-03-03)
44

workspaces/libnpmpack/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
* 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))
99

1010

11-
### [2.0.0](https://github.com/npm/libnpmpack/compare/[email protected]) (2020-03-27)
12-
11+
## [2.0.0](https://github.com/npm/libnpmpack/compare/v1.0.0...v2.0.0) (2020-03-27)
1312

1413
### Breaking Changes
1514

workspaces/libnpmpublish/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Change Log
1+
# Changelog
22

3-
<a name="3.0.1"></a>
4-
# [3.0.1](https://github.com/npm/libnpmpublish/compare/v3.0.0...v3.0.1) (2020-03-27)
3+
## [3.0.1](https://github.com/npm/libnpmpublish/compare/v3.0.0...v3.0.1) (2020-03-27)
54

65
### Features
76

workspaces/libnpmsearch/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Change Log
1+
# Changelog
22

3-
<a name="3.0.0"></a>
4-
# [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)
3+
## [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)
54

65
### Breaking Changes
76

workspaces/libnpmteam/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Change Log
1+
# Changelog
22

33
### [4.0.1](https://www.github.com/npm/cli/compare/[email protected]) (2022-03-03)
44

0 commit comments

Comments
 (0)