Skip to content

Commit

Permalink
chore(release): Update Changelog and extension version for 0.3.1 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajkumar authored Jan 21, 2021
1 parent d7d498f commit fd3511a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.3.1 (January 21st, 2021)

- fixes - status bar icon tries to open a report for the currently opened file. See [#478](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/478) [#479](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/479)
- fixes - LSP failure on vscode-insider and Che(node >= 12.16.0). See [#481](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/481) [#483](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/483)

## 0.3.0 (January 4th, 2021)
- enhancement - Support for Golang ecosystem. Plugin can now scan and identify vulnerability within module and package for golang software stacks. See [#436](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/436)
- Identify direct and transitive vulnerability for modules and packages
Expand Down
2 changes: 1 addition & 1 deletion 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": "fabric8-analytics",
"displayName": "Dependency Analytics",
"description": "Insights about your application dependencies: Security, License compatibility and AI based guidance to choose appropriate dependencies for your application.",
"version": "0.3.0",
"version": "0.3.1",
"author": "Red Hat",
"publisher": "redhat",
"preview": true,
Expand Down

0 comments on commit fd3511a

Please sign in to comment.