Commit 6547031
committed
docs(CHANGES): Fix heading level for Breaking changes section
why: "## Breaking changes" at line 60 was same level as release headers,
creating an orphaned section outside the 0.48.0 release.
what:
- Change "## Breaking changes" to "### Breaking changes" to nest under 0.48.0
- Update "### Renamed commands" to "#### Renamed commands" accordingly1 parent fb1b38d commit 6547031
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments