Skip to content

Commit

Permalink
chore: release 1.2.0 (#87)
Browse files Browse the repository at this point in the history
* chore: release 1.2.0
  • Loading branch information
michelkaporin authored Nov 4, 2021
1 parent 7bef832 commit 76cfe1f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Snyk Vulnerability Scanner Changelog

## [1.2.0]

### Added

- Snyk Open Source product support using Snyk CLI.
- Support of the latest Snyk Code API.
- Additional analytical events for issue hover and quick fix contributions.

### Fixed

- Relative Snyk Code bundle file path resolution on Linux systems that leads to extension crashing.

### Removed

- Feedback form for Snyk Code suggestions.

## [1.1.3]

### Changed

- Provide feedback around Snyk's technical issues impacting Snyk Code.

## [1.1.2]

### Changed

- Disabled feedback form temporarily.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use this documentation to get started with the Visual Studio Code extension for

Currently supported languages for Snyk Code are JavaScript, TypeScript, Java, Python and C#. We also provide coverage for frameworks
like Vue and React. See [Snyk Code language and framework support](https://docs.snyk.io/products/snyk-code/snyk-code-language-and-framework-support)
for more information. We analyze the JavaScript, TypeScript, Java and Python files as defined by the following list: `aspx`, `CS`, `ejs`, `.es`, `.es6`, `.htm`, `.html`, `.js`, `.jsx`, `.ts`, `.tsx`, `.vue`, `.py`, `.java`.
for more information. We analyze files as defined by the following list: `aspx`, `CS`, `ejs`, `.es`, `.es6`, `.htm`, `.html`, `.js`, `.jsx`, `.ts`, `.tsx`, `.vue`, `.py`, `.java`.

#### Snyk Open Source

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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "snyk-vulnerability-scanner",
"//": "Changing display name requires change in general.ts",
"displayName": "Snyk Vulnerability Scanner",
"version": "1.1.3",
"description": "Snyk finds bugs, security vulnerabilities, performance and API issues based on AI. Snyk's speed of analysis allow us to analyse your code in real time and deliver results when you hit the save button in Visual Studio Code. We support Java, JavaScript, and TypeScript",
"version": "1.2.0",
"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",
"homepage": "https://snyk.io",
Expand Down Expand Up @@ -211,7 +211,7 @@
},
{
"view": "snyk.views.welcome",
"contents": "Snyk has encountered a problem. Please restart the extension: \n[Restart](command:snyk.start 'Restart Snyk')\nWe are experiencing a technical issue which prevents scanning your code for vulnerabilities using our VSCode extension.\nUntil the issue is resolved, please use Snyk's CLI command or the [snyk.io](https://snyk.io) web interface to scan your code. ",
"contents": "Snyk has encountered a problem. Please restart the extension: \n[Restart](command:snyk.start 'Restart Snyk')\nIf the error persists, please check your [settings](command:snyk.settings) and [contact us](https://snyk.io/contact-us/?utm_source=vsc)!",
"when": "snyk:error == 'blocking'"
},
{
Expand Down

0 comments on commit 76cfe1f

Please sign in to comment.