Skip to content

Commit

Permalink
Merge pull request #84 from semgrep/bump-version
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
ajbt200128 authored Jan 5, 2024
2 parents 11c0a91 + 749784e commit ecf6288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ 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.1 - 2024-01-05

### Added

- Heap size setting for LSP.js

### Changed
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.0",
"version": "1.6.1",
"engines": {
"vscode": "^1.66.0"
},
Expand Down

0 comments on commit ecf6288

Please sign in to comment.