Skip to content

Commit 761ecd7

Browse files
author
Ye Zhu
committed
update changelog and fix comments
1 parent 7df5940 commit 761ecd7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.27.0
8+
9+
- feat - Add CVE checking to nodify users to fix the critical/high-severity CVE issues by yezhu6 in https://github.com/microsoft/vscode-java-dependency/pull/948
10+
711
## 0.26.5
812

913
- Enhancement - Register Context Provider after Java LS ready in https://github.com/microsoft/vscode-java-dependency/pull/939

src/upgrade/display/notificationManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NEXT_SHOW_TS_KEY = `${KEY_PREFIX}.nextShowTs`;
1616
const BUTTON_TEXT_UPGRADE = "Upgrade Now";
1717
const BUTTON_TEXT_FIX_CVE = "Fix CVE Issues";
1818
const BUTTON_TEXT_INSTALL_AND_UPGRADE = "Install Extension and Upgrade";
19-
const BUTTON_TEXT_INSTALL_AND_FIX_CVE = "Install Extension and Fix CVE Issues";
19+
const BUTTON_TEXT_INSTALL_AND_FIX_CVE = "Install Extension and Fix";
2020
const BUTTON_TEXT_NOT_NOW = "Not Now";
2121

2222
const SECONDS_IN_A_DAY = 24 * 60 * 60;

0 commit comments

Comments
 (0)