Skip to content

Commit

Permalink
chore: release 1.1.0 (#38)
Browse files Browse the repository at this point in the history
* chore: release 1.1.0
  • Loading branch information
michelkaporin authored Aug 17, 2021
1 parent afcb87c commit 6103b8f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Snyk Vulnerability Scanner Changelog

## [1.1.0]

### Added

- Introduced split between security and quality issues in Snyk Code.
- Ability to copy auth link to clipboard buffer during the authentication process.

### Fixed

- Authentication for IPv6 users.
- Authentication timeout increased.
- Navigation to extension settings.
- Running extension in remote development environment.
- Marketplace links in readme.

### Changed

- Removed "snyk.codeEnabled' setting as of no need.
- Updated “Help” tree view links.
- Visual amends to settings view.
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.0.7",
"version": "1.1.0",
"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",
"icon": "images/readme/snyk_extension_icon.png",
"publisher": "snyk-security",
Expand Down

0 comments on commit 6103b8f

Please sign in to comment.