We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfb1159 + 09aefb0 commit d2af29fCopy full SHA for d2af29f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# GitGuardian Secret Security Changelog
2
3
+## [0.4.2]
4
+
5
+### Fixed
6
7
+- Default value for Gitguardian API Url is https://dashboard.gitguardian.com
8
9
## [0.4.1]
10
11
### Fixed
package.json
@@ -4,7 +4,7 @@
"displayName": "GitGuardian",
"description": "Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code",
"icon": "images/icon.png",
- "version": "0.4.1",
+ "version": "0.4.2",
"publisher": "gitguardian-secret-security",
"engines": {
"vscode": "^1.81.0"
0 commit comments