Skip to content

Commit b84b7fa

Browse files
author
Summer
authored
bump version to 0.9.0, add changelog (#193)
1 parent 1fa2c37 commit b84b7fa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22
All notable changes to the "vscode-tomcat" extension will be documented in this file.
33

4+
## 0.9.0
5+
### Added
6+
* Add command "Generate War Package from Current Folder"
7+
### Fixed
8+
* Fix issue [#177](https://github.com/adashen/vscode-tomcat/issues/177)
9+
* Fix issue [#181](https://github.com/adashen/vscode-tomcat/issues/181)
10+
* Fix issue [#185](https://github.com/adashen/vscode-tomcat/issues/185)
11+
* Fix issue [#186](https://github.com/adashen/vscode-tomcat/issues/186)
12+
413
## 0.8.0
514
### Added
615
* Enabel "Open in Browser" command for idle server too

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-tomcat",
33
"displayName": "Tomcat for Java",
44
"description": "%extension.description%",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"publisher": "adashen",
77
"aiKey": "174d54c8-21db-4808-8a41-1ddb08d97147",
88
"icon": "resources/icon.png",
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/adashen/vscode-tomcat"
1515
},
1616
"categories": [
17-
"Languages",
17+
"Programming Languages",
1818
"Other"
1919
],
2020
"keywords": [

0 commit comments

Comments
 (0)