Skip to content

Commit

Permalink
chore: release 1.2.2 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin authored Nov 23, 2021
1 parent c3e4bce commit c7ad338
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Snyk Vulnerability Scanner Changelog

## [Unreleased]
### Fixed
## [1.2.2]

### Changed

- Use standard VS Code buttons for ignoring Snyk Code suggestions in webview.
- Improved network outage tolerance for Snyk Code requests.
- Feedback link updated.

### Added
- Retry CLI download when CLI is not installed correctly and scan is requested

- Surface vulnerability count from OSS scan in editor for JavaScript and TypeScript files.
- Surface vulnerability count from OSS scan in editor for package.json for NPM projects.
- Surface imported modules as part of `<script>` element in editor for HTML files.
- Retry CLI download when CLI is not installed correctly and scan is requested.
- Show CLI download failure within the Open Source Security tree view.
- Ability to run A/B experiments using Amplitude Experiment.

### Removed

- Commit comments as part of Snyk Code suggestion view.

## [1.2.1]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "snyk-vulnerability-scanner",
"//": "Changing display name requires change in general.ts",
"displayName": "Snyk Vulnerability Scanner",
"version": "1.2.1",
"version": "1.2.2",
"description": "Easily find and fix vulnerabilities in both your code and open source dependencies with fast and accurate scans.",
"icon": "media/images/readme/snyk_extension_icon.png",
"publisher": "snyk-security",
Expand Down

0 comments on commit c7ad338

Please sign in to comment.