Skip to content

Commit da277c8

Browse files
authored
Seanmcm/0 21 0 release2 (#3070)
* Update yauzl version and changelog date. (#3069)
1 parent b3cce80 commit da277c8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Extension/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 0.21.0 January 17, 2019
3+
## Version 0.21.0 January 23, 2019
44
### New Features
55
* Add documentation comments for hover, completion, and signature help. [#399](https://github.com/Microsoft/vscode-cpptools/issues/399)
66
* Add completion committing for methods after `(`. [#1184](https://github.com/Microsoft/vscode-cpptools/issues/1184)

Extension/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@
14121412
"vscode-debugprotocol": "~1.24.0",
14131413
"vscode-extension-telemetry": "~0.1.0",
14141414
"vscode-languageclient": "5.1.1",
1415-
"yauzl": "~2.8.0"
1415+
"yauzl": "~2.10.0"
14161416
},
14171417
"runtimeDependencies": [
14181418
{

0 commit comments

Comments
 (0)