From 395fdfc618bd7a61f77c4e5028b8c508eddaf8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Thu, 10 Nov 2022 00:24:16 +0800 Subject: [PATCH] 3.6.2 --- changelog.md | 13 +++++++++++++ package.json | 2 +- package/build.lua | 2 +- server | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 02ef0f4..b5e4450 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # changelog +## 3.6.2 +`2022-11-10` +* `FIX` incorrect type check for generic with nil +* `FIX` [#1676] +* `FIX` [#1677] +* `FIX` [#1679] +* `FIX` [#1680] + +[#1676]: https://github.com/sumneko/lua-language-server/issues/1676 +[#1677]: https://github.com/sumneko/lua-language-server/issues/1677 +[#1679]: https://github.com/sumneko/lua-language-server/issues/1679 +[#1680]: https://github.com/sumneko/lua-language-server/issues/1680 + ## 3.6.1 `2022-11-8` * `FIX` wrong diagnostics for `pcall` and `xpcall` diff --git a/package.json b/package.json index 5b4e48c..6f572d7 100644 --- a/package.json +++ b/package.json @@ -3072,5 +3072,5 @@ "sponsor": { "url": "https://github.com/sumneko/lua-language-server/issues/484" }, - "version": "3.6.1" + "version": "3.6.2" } diff --git a/package/build.lua b/package/build.lua index a263977..20375a3 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.6.1" +local VERSION = "3.6.2" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index 442da6b..9e61b29 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 442da6b179af08d5c15ae1a66ea9ff37e627fc64 +Subproject commit 9e61b29f8039fc7c41c792ad69c1df5d21e864fd -- GitLab