Skip to content

Commit 395fdfc

Browse files
committed
3.6.2
1 parent fd32102 commit 395fdfc

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

changelog.md

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

3+
## 3.6.2
4+
`2022-11-10`
5+
* `FIX` incorrect type check for generic with nil
6+
* `FIX` [#1676]
7+
* `FIX` [#1677]
8+
* `FIX` [#1679]
9+
* `FIX` [#1680]
10+
11+
[#1676]: https://github.com/sumneko/lua-language-server/issues/1676
12+
[#1677]: https://github.com/sumneko/lua-language-server/issues/1677
13+
[#1679]: https://github.com/sumneko/lua-language-server/issues/1679
14+
[#1680]: https://github.com/sumneko/lua-language-server/issues/1680
15+
316
## 3.6.1
417
`2022-11-8`
518
* `FIX` wrong diagnostics for `pcall` and `xpcall`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3072,5 +3072,5 @@
30723072
"sponsor": {
30733073
"url": "https://github.com/sumneko/lua-language-server/issues/484"
30743074
},
3075-
"version": "3.6.1"
3075+
"version": "3.6.2"
30763076
}

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 = "3.6.1"
3+
local VERSION = "3.6.2"
44

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

server

0 commit comments

Comments
 (0)