From b0e1efa44ba55819a5e43868e52e6fb6ef48afdd Mon Sep 17 00:00:00 2001 From: Mathieu Bellon Date: Fri, 27 Sep 2024 11:33:01 +0200 Subject: [PATCH] Update package.json and README.md for v0.2.0 (#29) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7823950..b596ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GitGuardian Secret Security Changelog +## [0.2.0] +### modified +- Do not display CLI path in settings + ## [0.1.0] ### Added diff --git a/package.json b/package.json index 70aca45..64a69ee 100644 --- a/package.json +++ b/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.1.0", + "version": "0.2.0", "publisher": "gitguardian-secret-security", "engines": { "vscode": "^1.81.0"