diff --git a/CHANGELOG.md b/CHANGELOG.md index 42accd60..c82f0063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## v1.6.3 - 2024-02-02 + +### Added + +### Changed + - Updated README +- Bumped LSP.js version ## v1.6.2 - 2024-01-05 diff --git a/package.json b/package.json index 5e8e5371..3b43605c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "semgrep", "displayName": "Semgrep", "description": "Security scans in a snap. Speedy SAST with a powerful rule registry for seamless detection and remediation of code vulnerabilities with each save.", - "version": "1.6.2", + "version": "1.6.3", "engines": { "vscode": "^1.66.0" },