Skip to content

Commit 5b2e13c

Browse files
committed
1.7.3
1 parent 5c26efa commit 5b2e13c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

3+
## 1.7.3
4+
`2020-12-20`
5+
* `FIX` luadoc: typo of `package.config`
6+
* `FIX` [#310](https://github.com/sumneko/lua-language-server/issues/310)
7+
38
## 1.7.2
49
`2020-12-17`
510
* `CHG` completion: use custom tabsize

package.json

+1-1
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.2"
972+
"version": "1.7.3"
973973
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

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

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

server

0 commit comments

Comments
 (0)