diff --git a/asconfigc/pom.xml b/asconfigc/pom.xml
index a7fccd662..1711df38c 100644
--- a/asconfigc/pom.xml
+++ b/asconfigc/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/check-java-version/pom.xml b/check-java-version/pom.xml
index 91ce88edd..40c6fa62d 100644
--- a/check-java-version/pom.xml
+++ b/check-java-version/pom.xml
@@ -7,7 +7,7 @@
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/check-royale-version/pom.xml b/check-royale-version/pom.xml
index 7158d5ab3..2478fd081 100644
--- a/check-royale-version/pom.xml
+++ b/check-royale-version/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 94327312e..124f5dbf5 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/distribution/src/assembly/CHANGELOG.md b/distribution/src/assembly/CHANGELOG.md
index ccf9186e0..c162ea29e 100644
--- a/distribution/src/assembly/CHANGELOG.md
+++ b/distribution/src/assembly/CHANGELOG.md
@@ -1,5 +1,20 @@
# ActionScript & MXML for Visual Studio Code Changelog
+## 1.13.0
+
+### New Features
+
+- Completion: In ASDoc comments, tags such as `@param`, `@return`, and `@see` are now suggested.
+- Definition: ASDoc `@see`, `@throws` and `@copy` tags referencing symbols (like classes, interfaces, properties, and methods) now work with Ctrl+Click to Go To Definition.
+- Hover: ASDoc `@see`, `@throws` and `@copy` tags referencing symbols now display more details about the symbol on mouse hover.
+- Settings: (Advanced) Added `actionscript.trace.server` setting to display (for debugging purposes) the messages passed between Visual Studio Code and the ActionScript & MXML language server.
+
+### Fixed Issues
+
+- General: Improved detection of SDK "short names" to display in the status bar. Some long SDK descriptions were not being stripped of less relevant information.
+- Problems: Fixed issue where some configuration errors and warnings were not reported in the Problems view, and you could see them only when compiling the project.
+- Problems: Fixed issue where non-fatal errors could sometimes block error checking in other files.
+
## 1.12.1
### Fixed Issues
diff --git a/language-server/pom.xml b/language-server/pom.xml
index 0d693a7c0..48771ea5d 100644
--- a/language-server/pom.xml
+++ b/language-server/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/pom.xml b/pom.xml
index 57f08da2b..a8dd069b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
vscode-as3mxml
pom
diff --git a/rcsh/pom.xml b/rcsh/pom.xml
index 6a929ab45..dd7af18cc 100644
--- a/rcsh/pom.xml
+++ b/rcsh/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode
diff --git a/vscode-extension/package-lock.json b/vscode-extension/package-lock.json
index 014b422ec..3cebee63a 100644
--- a/vscode-extension/package-lock.json
+++ b/vscode-extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vscode-as3mxml",
- "version": "1.13.0-SNAPSHOT",
+ "version": "1.13.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vscode-as3mxml",
- "version": "1.13.0-SNAPSHOT",
+ "version": "1.13.0",
"license": "Apache-2.0",
"devDependencies": {
"@rgrove/parse-xml": "^3.0.0",
diff --git a/vscode-extension/package.json b/vscode-extension/package.json
index d15b5999f..7ccfbfb00 100644
--- a/vscode-extension/package.json
+++ b/vscode-extension/package.json
@@ -2,7 +2,7 @@
"name": "vscode-as3mxml",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
- "version": "1.13.0-SNAPSHOT",
+ "version": "1.13.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
diff --git a/vscode-extension/pom.xml b/vscode-extension/pom.xml
index ffdc7febc..10ecd271c 100644
--- a/vscode-extension/pom.xml
+++ b/vscode-extension/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
com.as3mxml.vscode
vscode-as3mxml
- 1.13.0-SNAPSHOT
+ 1.13.0
com.as3mxml.vscode