Skip to content

Commit 83d0f23

Browse files
committed
up version to 0.12.1
Signed-off-by: Yan Zhang <[email protected]>
1 parent bd09ca2 commit 83d0f23

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

4+
# 0.12.1
5+
6+
### Fixed
7+
* Regression issue: failed to debug a WAR package. [#329](https://github.com/adashen/vscode-tomcat/issues/329)
8+
* Empty string in META-INF/context.xml was not handled well. [#234](https://github.com/adashen/vscode-tomcat/issues/234)
9+
410
# 0.12.0
511
### Added
612
* New setting `tomcat.customEnv` to specify custom environment variables. Now it is allowed to launch Tomcat servers with a different Java runtime by specifying a `JAVA_HOME` env. [#318](https://github.com/adashen/vscode-tomcat/pull/318)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.12.0",
5+
"version": "0.12.1",
66
"publisher": "adashen",
77
"aiKey": "174d54c8-21db-4808-8a41-1ddb08d97147",
88
"icon": "resources/icon.png",

0 commit comments

Comments
 (0)