Skip to content

Commit 1fac041

Browse files
committed
Update changelog and bump minor version number to 1.3.0
1 parent 99c59d8 commit 1fac041

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

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

1414
## Release Notes
1515

16+
### 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
19+
1620
### 1.2.3
1721
Fix bug with tracking of nested method signatures
1822

package.json

Lines changed: 1 addition & 1 deletion
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.2.3",
9+
"version": "1.3.0",
1010
"author": "Adam Vernon",
1111
"publisher": "admvx",
1212
"icon": "icon.png",

0 commit comments

Comments
 (0)