Skip to content

Commit 8c0b702

Browse files
committed
2.5.0
1 parent 5879833 commit 8c0b702

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

changelog.md

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

33
## 2.5.0
4+
`2021-11-29`
45
* `NEW` settings:
56
+ `Lua.runtime.pathStrict`: not check subdirectories when using `runtime.path`
67
+ `Lua.hint.await`: display `await` when calling a function marked as async

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,5 +1588,5 @@
15881588
"type": "git",
15891589
"url": "https://github.com/sumneko/lua-language-server"
15901590
},
1591-
"version": "2.4.11"
1591+
"version": "2.5.0"
15921592
}

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 = "2.4.11"
3+
local VERSION = "2.5.0"
44

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

server

0 commit comments

Comments
 (0)