Skip to content

Commit 7d06ff7

Browse files
committed
Update changelog and bump patch version to 1.3.1
1 parent 9867c38 commit 7d06ff7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ https://github.com/admvx/as2-language-support
1313

1414
## Release Notes
1515

16+
### 1.3.1
17+
- Refresh dependencies and packages to match canonical vscode-lsp extension example
18+
- Fix superclass member completion bug
19+
1620
### 1.3.0
17-
- Adds hover and definition support for long-form class references ('import' and 'extends' statements)
18-
- Fixes method signature identification inside array and object literals
21+
- Add hover and definition support for long-form class references ('import' and 'extends' statements)
22+
- Fix method signature identification inside array and object literals
1923

2024
### 1.2.3
2125
Fix bug with tracking of nested method signatures

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/admvx/as2-language-support"
88
},
9-
"version": "1.3.0",
9+
"version": "1.3.1",
1010
"author": "Adam Vernon",
1111
"publisher": "admvx",
1212
"icon": "icon.png",
@@ -15,7 +15,7 @@
1515
"Programming Languages"
1616
],
1717
"engines": {
18-
"vscode": "^1.36.0"
18+
"vscode": "^1.45.0"
1919
},
2020
"activationEvents": [
2121
"onLanguage:actionscript",

0 commit comments

Comments
 (0)