Skip to content

Commit 83f7ccc

Browse files
authored
Merge pull request #82 from GitGuardian/salomevoltz/prepare-release
chore: release v0.10.0
2 parents 6777104 + dfbe234 commit 83f7ccc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.1O.0]
4+
5+
### Changed
6+
7+
- Updated to [ggshield 1.39.0](https://github.com/GitGuardian/ggshield/releases/v1.39.0).
8+
9+
### Fixed
10+
11+
- Tentatively fix certificate errors encountered during extension installation.
12+
313
## [0.9.0]
414

515
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "GitGuardian - Secrets Security",
55
"description": "A safety net to help developers safeguard their sensitive information (passwords, API key, tokens, ..) from accidental leaks in their code",
66
"icon": "images/icon.png",
7-
"version": "0.9.0",
7+
"version": "0.10.0",
88
"publisher": "gitguardian-secret-security",
99
"engines": {
1010
"vscode": "^1.81.0"

0 commit comments

Comments
 (0)