Skip to content

Commit

Permalink
Merge pull request #144 from semgrep/austin/bump
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
ajbt200128 authored Jun 5, 2024
2 parents 0b2b757 + 0fe81fc commit 3a93e06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

## v1.8.0 - 2024-06-05

### Added

- If telemetry is enabled, the extension will now send crash reports of the Semgrep process, along with errors in the extension

### 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.7.1",
"version": "1.8.0",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 3a93e06

Please sign in to comment.