Skip to content

Commit 17fff2d

Browse files
authored
build: release for 0.45.0 (#1115)
* cos: release for 0.45.0 * fix: update
1 parent 38f69a9 commit 17fff2d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to the "vscode-maven" extension will be documented in this file.
33

4+
## 0.45.0
5+
### Added
6+
- VS Code Extension contribute to ProblemMatcher [#1098](https://github.com/microsoft/vscode-maven/issues/1098)
7+
- Add optional goal parameter for maven.goal.custom command [#1108](https://github.com/microsoft/vscode-maven/pull/1108)
8+
- maven.executable.options configuration as list of strings [#981](https://github.com/microsoft/vscode-maven/issues/981)
9+
10+
### Fixed
11+
- Fail to disable profile because shell interprets the '!' character [#995](https://github.com/microsoft/vscode-maven/issues/995)
12+
13+
### Changed
14+
- Reload pom contents as needed before finding parent POMs [#956](https://github.com/microsoft/vscode-maven/pull/956)
15+
416
## 0.44.0
517
### Added
618
- add new project as module of existing project via 'New Module...' command. [#849](https://github.com/microsoft/vscode-maven/issues/849).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-maven",
33
"displayName": "Maven for Java",
44
"description": "%description%",
5-
"version": "0.44.0",
5+
"version": "0.45.0",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"preview": false,

0 commit comments

Comments
 (0)