Skip to content

Commit dfe5b19

Browse files
committed
v0.14.1
1 parent badd760 commit dfe5b19

File tree

12 files changed

+18
-11
lines changed

12 files changed

+18
-11
lines changed

asconfigc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

check-java-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.as3mxml.vscode</groupId>
99
<artifactId>vscode-nextgenas</artifactId>
10-
<version>0.14.0</version>
10+
<version>0.14.1</version>
1111
</parent>
1212

1313
<groupId>com.as3mxml.vscode</groupId>

check-royale-version/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

distribution/src/assembly/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v0.14.1
2+
3+
### Fixed Issues
4+
5+
* Completion: fixed issue where Apache Flex MX components were given the `adobe` namespace in MXML intead of `mx`.
6+
* Quick Compile & Debug: Fixed issue where debugger incorrectly launched when compiler reported errors.
7+
18
## v0.14.0
29

310
### New Features

language-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
<groupId>com.as3mxml.vscode</groupId>
2222
<artifactId>vscode-nextgenas</artifactId>
23-
<version>0.14.0</version>
23+
<version>0.14.1</version>
2424
<name>vscode-nextgenas</name>
2525
<packaging>pom</packaging>
2626

rcsh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>com.as3mxml.vscode</groupId>
2424
<artifactId>vscode-nextgenas</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.14.1</version>
2626
</parent>
2727

2828
<groupId>com.as3mxml.vscode</groupId>

swf-debugger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>vscode-nextgenas</artifactId>
2323
<groupId>com.as3mxml.vscode</groupId>
24-
<version>0.14.0</version>
24+
<version>0.14.1</version>
2525
</parent>
2626

2727
<groupId>com.as3mxml.vscode</groupId>

vscode-extension/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.

0 commit comments

Comments
 (0)