From d58bfe9bb479b8a90f61d1cb8cc0cadd6f044c6b 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: Fri, 7 Jul 2023 11:48:53 +0800 Subject: [PATCH] 3.6.23 --- README.md | 8 ++++---- changelog.md | 4 ++++ package.json | 2 +- package/build.lua | 2 +- server | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 14ef9e8..e347faf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # lua-language-server -[](https://github.com/LuaLS/lua-language-server/actions/workflows/build.yml) -[](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) - - + + + + ***Lua development just got a whole lot better*** 🧠diff --git a/changelog.md b/changelog.md index ebd197b..3ded9f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +## 3.6.23 +`2023-7-7` +* `CHG` signature: narrow by inputed literal + ## 3.6.22 `2023-6-14` * `FIX` [#2038] diff --git a/package.json b/package.json index ddb7c11..75c26c0 100644 --- a/package.json +++ b/package.json @@ -3283,5 +3283,5 @@ "sponsor": { "url": "https://github.com/LuaLS/lua-language-server/issues/484" }, - "version": "3.6.22" + "version": "3.6.23" } diff --git a/package/build.lua b/package/build.lua index fd0f6aa..5146ac0 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.6.22" +local VERSION = "3.6.23" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index d95fe20..dc15ea9 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit d95fe20a07d599994323a766c6f78e4867ddcace +Subproject commit dc15ea90474e63c5203e9504f44aeea0b08db99e -- GitLab