Skip to content

Commit

Permalink
Merge pull request #85 from semgrep/version-bump-dumb
Browse files Browse the repository at this point in the history
Fix mislabelled version
  • Loading branch information
ajbt200128 authored Jan 5, 2024
2 parents ecf6288 + d83535c commit 3b6a465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ All notable changes to the "semgrep-vscode" extension will be documented in this

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

### Changed

## v1.6.2 - 2024-01-05

### Added

### Changed

- Fixed LSP.js versioning

## v1.6.1 - 2024-01-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"version": "1.6.2",
"engines": {
"vscode": "^1.66.0"
},
Expand Down
2 changes: 1 addition & 1 deletion semgrep-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.55.1
release-1.55.1

0 comments on commit 3b6a465

Please sign in to comment.