Skip to content

Commit 153b3f3

Browse files
committed
2.5.6
1 parent f984885 commit 153b3f3

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
141141
* [CppCXY](https://github.com/CppCXY)
142142
* [Ketho](https://github.com/Ketho)
143143
* [Folke Lemaitre](https://github.com/folke)
144+
* [Vikas Raj](https://github.com/numToStr)
144145

145146
## Telemetry
146147

changelog.md

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

3+
## 2.5.6
4+
`2021-12-27`
5+
* `CHG` diagnostic: now syntax errors in `LuaDoc` are shown as `Warning`
6+
* `FIX` [#863](https://github.com/sumneko/lua-language-server/issues/863)
7+
* `FIX` return type of `math.floor`
8+
* `FIX` runtime errors
9+
10+
## 2.5.5
11+
`2021-12-16`
12+
* `FIX` dose not work in VSCode
13+
314
## 2.5.4
415
`2021-12-16`
516
* `FIX` [#847](https://github.com/sumneko/lua-language-server/issues/847)

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.5.5"
1591+
"version": "2.5.6"
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.5.5"
3+
local VERSION = "2.5.6"
44

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

server

0 commit comments

Comments
 (0)