Skip to content

Commit 61606d1

Browse files
committed
Update to version 0.1.6
1 parent 2405f27 commit 61606d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ 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.6]
7+
- Bugfixes related to Gradle dependency resolution in combination with Android projects
8+
69
## [0.1.5]
710
- Bugfixes related to Kotlin stdlib resolution through Gradle
811

@@ -19,4 +22,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1922
- Migrated to the Gradle build tool
2023

2124
## [0.1.0]
22-
- Initial release
25+
- Initial release

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.5",
10+
"version": "0.1.6",
1111
"preview": true,
1212
"publisher": "fwcd",
1313
"license": "MIT",

0 commit comments

Comments
 (0)