diff --git a/changelog.md b/changelog.md index 4cfe117..cb5ceb4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # changelog +## 1.14.1 +`2021-2-2` +* `FIX` [#372](https://github.com/sumneko/lua-language-server/issues/372) + ## 1.14.0 `2021-2-2` * `NEW` `VSCode` hint diff --git a/package.json b/package.json index cc9adcf..d308c46 100644 --- a/package.json +++ b/package.json @@ -1083,5 +1083,5 @@ "type": "git", "url": "https://github.com/sumneko/lua-language-server" }, - "version": "1.14.0" + "version": "1.14.1" } diff --git a/package/build.lua b/package/build.lua index 8855242..d15d4d3 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "1.14.0" +local VERSION = "1.14.1" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index 3c07095..34aee7e 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 3c07095b860c46b90e7dcc2766589a6279844d6d +Subproject commit 34aee7e51edcd526ff8be51882e403af41435cb5