Skip to content

Commit 5c26efa

Browse files
committed
1.7.2
1 parent 3ab281d commit 5c26efa

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# changelog
22

3+
## 1.7.2
4+
`2020-12-17`
5+
* `CHG` completion: use custom tabsize
6+
* `FIX` [#307](https://github.com/sumneko/lua-language-server/issues/307)
7+
* `FIX` a lot of runtime errors
8+
39
## 1.7.1
410
`2020-12-16`
511
* `NEW` setting: `diagnostics.neededFileStatus`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,5 +969,5 @@
969969
"type": "git",
970970
"url": "https://github.com/sumneko/lua-language-server"
971971
},
972-
"version": "1.7.1"
972+
"version": "1.7.2"
973973
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "1.7.1"
3+
local VERSION = "1.7.2"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)