Skip to content

Commit 686d498

Browse files
committed
vls 0.0.44
1 parent cff8172 commit 686d498

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.16.1 | 2019-02-18
4+
5+
- `vetur.completion.tagCasing` option to choose between forcing all tag completion to kebab-case like `<my-tag>`, or leave tag naming as initially declared in `components`. #1102.
6+
37
### 0.16.0 | 2019-02-18
48

59
- Template interpolation completion. See below for details. #1083.

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.16.1 | 2019-02-18
4+
5+
- `vetur.completion.tagCasing` option to choose between forcing all tag completion to kebab-case like `<my-tag>`, or leave tag naming as initially declared in `components`. #1102.
6+
37
### 0.16.0 | 2019-02-18
48

59
- Template interpolation completion. See below for details. #1083.

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-language-server",
33
"description": "vue-language-server",
4-
"version": "0.0.43",
4+
"version": "0.0.44",
55
"author": "Pine Wu <[email protected]>",
66
"license": "MIT",
77
"main": "dist/vueServerMain.js",

0 commit comments

Comments
 (0)