Skip to content

Commit d2af29f

Browse files
authored
Merge pull request #52 from GitGuardian/salomevoltz/release-v0.4.2
Release v0.4.2
2 parents cfb1159 + 09aefb0 commit d2af29f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GitGuardian Secret Security Changelog
22

3+
## [0.4.2]
4+
5+
### Fixed
6+
7+
- Default value for Gitguardian API Url is https://dashboard.gitguardian.com
8+
39
## [0.4.1]
410

511
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "GitGuardian",
55
"description": "Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code",
66
"icon": "images/icon.png",
7-
"version": "0.4.1",
7+
"version": "0.4.2",
88
"publisher": "gitguardian-secret-security",
99
"engines": {
1010
"vscode": "^1.81.0"

0 commit comments

Comments
 (0)