Skip to content

Commit 76e7d9c

Browse files
committed
1.17.2
1 parent e9b6545 commit 76e7d9c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

3+
## 1.17.2
4+
`2021-3-2`
5+
* `FIX` running in Windows
6+
37
## 1.17.1
48
`2021-3-1`
59
* `CHG` intelli-scense: improve infer across `table<K, V>` and `V[]`.

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.1"
1172+
"version": "1.17.2"
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.1"
3+
local VERSION = "1.17.2"
44

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

server

0 commit comments

Comments
 (0)