Skip to content

Commit cf696f0

Browse files
author
Akash Satheesan
authored
Merge branch 'main' into jsjoeio/fix-3412
2 parents 29fdb5a + 8ed578b commit cf696f0

File tree

3 files changed

+7
-34
lines changed

3 files changed

+7
-34
lines changed

CHANGELOG.md

+1-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
# Changelog
4-
5-
- [Changelog](#changelog)
6-
- [Next Version](#next-version)
7-
- [New Features](#new-features)
8-
- [Bug Fixes](#bug-fixes)
9-
- [Documentation](#documentation)
10-
- [Development](#development)
11-
- [3.10.2](#3102)
12-
- [New Features](#new-features-1)
13-
- [Bug Fixes](#bug-fixes-1)
14-
- [Development](#development-1)
15-
- [3.10.1](#3101)
16-
- [Bug Fixes](#bug-fixes-2)
17-
- [Documentation](#documentation-1)
18-
- [Development](#development-2)
19-
- [3.10.0](#3100)
20-
- [New Features](#new-features-2)
21-
- [Bug Fixes](#bug-fixes-3)
22-
- [Documentation](#documentation-2)
23-
- [Development](#development-3)
24-
- [Previous versions](#previous-versions)
25-
26-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
27-
281
# Changelog
292

303
<!--
@@ -75,6 +48,7 @@ VS Code v0.00.0
7548
### Documentation
7649

7750
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
51+
- docs: remove toc from changelog @oxy @jsjoeio
7852
- docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
7953

8054
### Development

ci/dev/fmt.sh

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ main() {
3131
doctoc --title '# Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md >/dev/null
3232
doctoc --title '# iPad' docs/ipad.md >/dev/null
3333
doctoc --title '# Termux' docs/termux.md >/dev/null
34-
doctoc --title '# Changelog' CHANGELOG.md >/dev/null
3534

3635
if [[ ${CI-} && $(git ls-files --other --modified --exclude-standard) ]]; then
3736
echo "Files need generation or are formatted incorrectly:"

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1078,9 +1078,9 @@
10781078
"@types/range-parser" "*"
10791079

10801080
"@types/express@*", "@types/express@^4.17.8":
1081-
version "4.17.11"
1082-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.11.tgz#debe3caa6f8e5fcda96b47bd54e2f40c4ee59545"
1083-
integrity sha512-no+R6rW60JEc59977wIxreQVsIEOAYwgCqldrA/vkpCnbD7MqTefO97lmoBe4WE0F156bC4uLSP1XHDOySnChg==
1081+
version "4.17.12"
1082+
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.12.tgz#4bc1bf3cd0cfe6d3f6f2853648b40db7d54de350"
1083+
integrity sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==
10841084
dependencies:
10851085
"@types/body-parser" "*"
10861086
"@types/express-serve-static-core" "^4.17.18"
@@ -8610,9 +8610,9 @@ ws@^6.1.2:
86108610
async-limiter "~1.0.0"
86118611

86128612
ws@^7.2.0:
8613-
version "7.4.5"
8614-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
8615-
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
8613+
version "7.4.6"
8614+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
8615+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
86168616

86178617
wtfnode@^0.8.4:
86188618
version "0.8.4"

0 commit comments

Comments
 (0)