From 52916be06b1a3426e7c1c40292c2b687b149eb35 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: Wed, 7 Sep 2022 17:02:06 +0800 Subject: [PATCH] 3.5.5 --- changelog.md | 5 +++++ package.json | 2 +- package/build.lua | 2 +- server | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index c9a7160..3e77cbb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # changelog +## 3.5.5 +`2022-9-7` +* `FIX` [#1529](https://github.com/sumneko/lua-language-server/issues/1529) +* `FIX` [#1530](https://github.com/sumneko/lua-language-server/issues/1530) + ## 3.5.4 `2022-9-6` * `NEW` `type-formatting`: fix wrong indentation of VSCode diff --git a/package.json b/package.json index 59c4dfb..2d6d676 100644 --- a/package.json +++ b/package.json @@ -2974,5 +2974,5 @@ "sponsor": { "url": "https://github.com/sumneko/lua-language-server/issues/484" }, - "version": "3.5.4" + "version": "3.5.5" } diff --git a/package/build.lua b/package/build.lua index 41b5694..a16b77c 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.5.4" +local VERSION = "3.5.5" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index efe82ed..3daee70 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit efe82edce8af8160c3a6e0977bee935f7f8655d5 +Subproject commit 3daee7053529c03834063ad4f5c7e0da971d5dbf -- GitLab