Skip to content

Commit 94876ff

Browse files
committed
1.17.3
1 parent 21d8d38 commit 94876ff

File tree

8 files changed

+10
-3
lines changed

8 files changed

+10
-3
lines changed

bin/Windows/bee.dll

0 Bytes
Binary file not shown.

bin/Windows/lpeglabel.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

bin/Windows/lua54.dll

512 Bytes
Binary file not shown.

changelog.md

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

3+
## 1.17.3
4+
`2021-3-3`
5+
* `CHG` intelli-scense: treat `V[]` as `table<integer, V>` in `pairs`
6+
* `FIX` completion: `detail` disappears during continuous input
7+
* `FIX` [#435](https://github.com/sumneko/lua-language-server/issues/435)
8+
* `FIX` [#436](https://github.com/sumneko/lua-language-server/issues/436)
9+
310
## 1.17.2
411
`2021-3-2`
512
* `FIX` running in Windows

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,5 +1169,5 @@
11691169
"type": "git",
11701170
"url": "https://github.com/sumneko/lua-language-server"
11711171
},
1172-
"version": "1.17.2"
1172+
"version": "1.17.3"
11731173
}

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.17.2"
3+
local VERSION = "1.17.3"
44

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

server

0 commit comments

Comments
 (0)