Skip to content

Commit 9f2ddac

Browse files
committed
3.16.1
1 parent ad321b8 commit 9f2ddac

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
55

6+
## 3.16.1
7+
`2025-12-8`
8+
* `FIX` Broken in Linux
9+
* `FIX` Fix diagnostic completions incorrect textEdit.finish
10+
* `FIX` Comparison crash in doc export CLI [#3111](https://github.com/LuaLS/lua-language-server/issues/3111)
11+
612
## 3.16.0
713
`2025-12-2`
814
* `NEW` Support Lua 5.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3461,5 +3461,5 @@
34613461
"sponsor": {
34623462
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34633463
},
3464-
"version": "3.16.0"
3464+
"version": "3.16.1"
34653465
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.16.0"
3+
local VERSION = "3.16.1"
44

55
local fsu = require 'fs-utility'
66
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))

0 commit comments

Comments
 (0)