Skip to content

Commit e1fd677

Browse files
committed
1.7.4
1 parent 5b2e13c commit e1fd677

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

3+
## 1.7.4
4+
`2020-12-20`
5+
* `FIX` workspace: preload may failed
6+
37
## 1.7.3
48
`2020-12-20`
59
* `FIX` luadoc: typo of `package.config`

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.3"
972+
"version": "1.7.4"
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.3"
3+
local VERSION = "1.7.4"
44

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

server

0 commit comments

Comments
 (0)