Skip to content

Commit

Permalink
chore: change version to 0.3.3 (#522)
Browse files Browse the repository at this point in the history
* chore: change version and CHANGELOG.md

* update package-lock

* update changelog
  • Loading branch information
mathur07 authored May 6, 2021
1 parent 6cd9912 commit d818288
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log
## 0.3.4 (May 6th 2021)
## 0.3.3 (May 6th 2021)
- enhancement - Let language server know about the type of client and RedHat UUID. See [#497](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/497)
- enhancement - Use lsp 0.4.26 to pass more data to api-server.See [#186](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/186)
- enhancement - upgrade dev deps to fix vulns. See [#514](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/514)
- enhancement - add dev-dependency disclaimer. See [#519](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/519)
- fixes - [BUG] go run github.com/fabric8-analytics/cli-tools/gomanifest doesn't work, but gomanifest itself does, and the extension is trying for go run. See [#504](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/504) [#517](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/507)
Expand All @@ -8,10 +10,6 @@
- fixes - [BUG] Duplicate "Dependency Analytics Report..." commands in command palette. See [#512](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/512) [#517](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/517)
- fixes - [BUG] Ignore unparseable files from telemetry reporting. See [#513](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/513) [#191](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/191)

## 0.3.3 (March 9th, 2021)
- enhancement - Let language server know about the type of client and RedHat UUID. See [#497](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/497)
- enhancement - Use lsp 0.4.26 to pass more data to api-server.See [#186](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/186)

## 0.3.2 (February 9th, 2021)
- enhancement - Get python path from ms-python extension. See [#485](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/485)
- enhancement - Usage data collection to enhance extension. For more details view [privacy statement](https://developers.redhat.com/article/tool-data-collection) and [usage data doc](Telemetry.md). See [#489](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/486) [#487](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/487) [#488](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/488)
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": "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.4",
"version": "0.3.3",
"author": "Red Hat",
"publisher": "redhat",
"preview": true,
Expand Down

0 comments on commit d818288

Please sign in to comment.