Skip to content

Commit a88d37f

Browse files
committed
Version 0.1.13
1 parent 1364814 commit a88d37f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to the "kotlin" extension will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [0.1.13]
7+
- Kotlin 1.3.11 support
8+
- Detailed completion signatures for overloaded methods
9+
- Updated to VSCode ^1.30.2
10+
- Improved dependency resolution logs
11+
612
## [0.1.12]
713
- Kotlin 1.2.70 support
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/fwcd/KotlinLanguageServer.git"
99
},
10-
"version": "0.1.12",
10+
"version": "0.1.13",
1111
"preview": true,
1212
"publisher": "fwcd",
1313
"license": "MIT",

0 commit comments

Comments
 (0)