Skip to content

Commit

Permalink
update version to 0.2.4 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Kodama <[email protected]>
  • Loading branch information
kathrynkodama committed Mar 18, 2020
1 parent 05c96ec commit 18cb418
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 71 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the MicroProfile Starter extension will be documented below.

## 0.2.4
- Use version 3 of the MicroProfile Starter API when generating a project
- Update dependencies

## 0.2.3
- Include user agent info in HTTP requests to the MicroProfile Starter API
- Add support for Quarkus
Expand Down
163 changes: 93 additions & 70 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": "mp-starter-vscode-ext",
"displayName": "MicroProfile Starter",
"description": "Generate Java Microservice Maven projects using Eclipse MicroProfile",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "MicroProfile-Community",
"preview": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit 18cb418

Please sign in to comment.