Skip to content

Commit

Permalink
3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 9, 2024
1 parent d92db15 commit 34c70bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3406,5 +3406,5 @@
"sponsor": {
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
},
"version": "3.11.0"
"version": "3.11.1"
}
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 34c70bb

Please sign in to comment.