Skip to content

Commit

Permalink
bump version to 0.1.1 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
  • Loading branch information
kathrynkodama authored Oct 15, 2020
1 parent 0eec6e0 commit fa01873
Show file tree
Hide file tree
Showing 5 changed files with 7,333 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
out
node_modules
.vscode-test/
package-lock.json
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the MicroProfile Extension Pack will be documented below.

## 0.1.1
- Removed the runtime extensions from the MicroProfile pack, included them in the overview page [#9](https://github.com/MicroShed/vscode-microprofile-pack/issues/9)
- Added the Overview page

## 0.1.0
- Added the [Tools for MicroProfile extension](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-microprofile)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MicroProfile Extension Pack

MicroProfile Extension Pack is a collection of extensions that can help develop Java applications using [Eclipse MicroProfile](https://microprofile.io/).
MicroProfile Extension Pack is a collection of extensions that can help develop Java applications using [MicroProfile](https://microprofile.io/).

## Extensions Included
By installing the MicroProfile Extension Pack, the following extensions are installed:
Expand All @@ -25,4 +25,4 @@ By installing the MicroProfile Extension Pack, the following extensions are inst
## Contributing
Do you have a suggestion for the MicroProfile Extension Pack? File an [issue](https://github.com/MicroShed/vscode-microprofile-pack/issues) or submit a pull request if there is an extension that should be added to the extension pack. Our [CONTRIBUTING](CONTRIBUTING.md) document contains details for submitting pull requests.

MicroProfile® and the MicroProfile logo are trademarks of the Eclipse Foundation
MicroProfile® and the MicroProfile logo are trademarks of the Eclipse Foundation.
Loading

0 comments on commit fa01873

Please sign in to comment.