Skip to content

Commit

Permalink
bump version to 0.9.0, add changelog (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Summer authored May 22, 2018
1 parent 1fa2c37 commit b84b7fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log
All notable changes to the "vscode-tomcat" extension will be documented in this file.

## 0.9.0
### Added
* Add command "Generate War Package from Current Folder"
### Fixed
* Fix issue [#177](https://github.com/adashen/vscode-tomcat/issues/177)
* Fix issue [#181](https://github.com/adashen/vscode-tomcat/issues/181)
* Fix issue [#185](https://github.com/adashen/vscode-tomcat/issues/185)
* Fix issue [#186](https://github.com/adashen/vscode-tomcat/issues/186)

## 0.8.0
### Added
* Enabel "Open in Browser" command for idle server too
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-tomcat",
"displayName": "Tomcat for Java",
"description": "%extension.description%",
"version": "0.8.0",
"version": "0.9.0",
"publisher": "adashen",
"aiKey": "174d54c8-21db-4808-8a41-1ddb08d97147",
"icon": "resources/icon.png",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/adashen/vscode-tomcat"
},
"categories": [
"Languages",
"Programming Languages",
"Other"
],
"keywords": [
Expand Down

0 comments on commit b84b7fa

Please sign in to comment.