diff --git a/changelog.md b/changelog.md index 9299862..2acd8ab 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,15 @@ ## Unreleased -* `FIX` Pass storagePath option to server to resolve addon directory not found + +## 3.11.1 +`2024-10-9` +* `FIX` Fixed an issue preventing to set the locale to Japanese +* `FIX` Preserve newlines between function comment and @see +* `FIX` Accept storagePath option from client to resolve addon directory not found ## 3.11.0 +`2024-9-30` * `NEW` Added support for Japanese locale * `NEW` Infer function parameter types when overriding the same-named class function in an instance of that class [#2158](https://github.com/LuaLS/lua-language-server/issues/2158) * `NEW` Types with literal fields can be narrowed. diff --git a/package.json b/package.json index abddbc7..8ebfa31 100644 --- a/package.json +++ b/package.json @@ -3406,5 +3406,5 @@ "sponsor": { "url": "https://github.com/LuaLS/lua-language-server/issues/484" }, - "version": "3.11.0" + "version": "3.11.1" } diff --git a/package/build.lua b/package/build.lua index 23764b0..3443b93 100644 --- a/package/build.lua +++ b/package/build.lua @@ -1,6 +1,6 @@ local json = require 'json-beautify' -local VERSION = "3.11.0" +local VERSION = "3.11.1" local package = require 'package.package' local fsu = require 'fs-utility' diff --git a/server b/server index f65da06..db667f6 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit f65da067bb05f0de0e188b7c7c9d4ee0464de795 +Subproject commit db667f6db7ea6852d38460a1ed046eb85bb9e5ff