File tree 3 files changed +7
-34
lines changed
3 files changed +7
-34
lines changed Original file line number Diff line number Diff line change 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
-
28
1
# Changelog
29
2
30
3
<!--
@@ -75,6 +48,7 @@ VS Code v0.00.0
75
48
### Documentation
76
49
77
50
- docs: fix confusing sentence in pull requests section #3460 @shiv-tyagi
51
+ - docs: remove toc from changelog @oxy @jsjoeio
78
52
- docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
79
53
80
54
### Development
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ main() {
31
31
doctoc --title ' # Contributor Covenant Code of Conduct' docs/CODE_OF_CONDUCT.md > /dev/null
32
32
doctoc --title ' # iPad' docs/ipad.md > /dev/null
33
33
doctoc --title ' # Termux' docs/termux.md > /dev/null
34
- doctoc --title ' # Changelog' CHANGELOG.md > /dev/null
35
34
36
35
if [[ ${CI-} && $( git ls-files --other --modified --exclude-standard) ]]; then
37
36
echo " Files need generation or are formatted incorrectly:"
Original file line number Diff line number Diff line change 1078
1078
" @types/range-parser" " *"
1079
1079
1080
1080
" @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 ==
1084
1084
dependencies :
1085
1085
" @types/body-parser" " *"
1086
1086
" @types/express-serve-static-core" " ^4.17.18"
@@ -8610,9 +8610,9 @@ ws@^6.1.2:
8610
8610
async-limiter "~1.0.0"
8611
8611
8612
8612
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 ==
8616
8616
8617
8617
wtfnode@^0.8.4 :
8618
8618
version "0.8.4"
You can’t perform that action at this time.
0 commit comments