We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1775b commit cb0336bCopy full SHA for cb0336b
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
All notable changes to the Kotlin extension will be documented here.
3
4
+## [0.2.14]
5
+- Fix unpacking issue
6
+
7
## [0.2.13]
8
- Use Webpack to bundle files
9
package.json
@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/fwcd/vscode-kotlin.git"
},
10
- "version": "0.2.13",
+ "version": "0.2.14",
11
"preview": true,
12
"publisher": "fwcd",
13
"license": "MIT",
0 commit comments