Skip to content

Commit ed8ec13

Browse files
Increment version to 0.2.7 (#83)
Signed-off-by: Kathryn Kodama <[email protected]>
1 parent 38ae211 commit ed8ec13

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the MicroProfile Starter extension will be documented below.
33

4+
## 0.2.7
5+
- Support for build tool selection
6+
- Use version 6 of the MicroProfile Starter API
7+
48
## 0.2.6
59
- MicroProfile 4.0
610

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mp-starter-vscode-ext",
33
"displayName": "MicroProfile Starter",
44
"description": "Generate Java microservice Maven projects using MicroProfile",
5-
"version": "0.2.6",
5+
"version": "0.2.7",
66
"publisher": "MicroProfile-Community",
77
"preview": true,
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)