Skip to content

Commit 18cb418

Browse files
update version to 0.2.4 (#48)
Signed-off-by: Kathryn Kodama <[email protected]>
1 parent 05c96ec commit 18cb418

File tree

3 files changed

+98
-71
lines changed

3 files changed

+98
-71
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.4
5+
- Use version 3 of the MicroProfile Starter API when generating a project
6+
- Update dependencies
7+
48
## 0.2.3
59
- Include user agent info in HTTP requests to the MicroProfile Starter API
610
- Add support for Quarkus

package-lock.json

+93-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 Eclipse MicroProfile",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"publisher": "MicroProfile-Community",
77
"preview": true,
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)