Skip to content

Commit

Permalink
up version to 0.40.3 (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear committed Jan 9, 2023
1 parent 4c3d640 commit 005876e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
All notable changes to the "vscode-maven" extension will be documented in this file.

# 0.40.2
## 0.40.3
### Fixed
- Cannot navigate to POM of dependencies when `localRepository` is specified in settings.xml. [#924](https://github.com/microsoft/vscode-maven/issues/924)

## 0.40.2
### Fixed
- [CVE-2022-42889](https://github.com/advisories/GHSA-599f-7c49-w659)
- Documentation on tag hover duplicates with the XML extension's implementation. [#918](https://github.com/microsoft/vscode-maven/issues/918)
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": "vscode-maven",
"displayName": "Maven for Java",
"description": "%description%",
"version": "0.40.2",
"version": "0.40.3",
"icon": "resources/logo.png",
"publisher": "vscjava",
"preview": true,
Expand Down

0 comments on commit 005876e

Please sign in to comment.