Skip to content

Commit 2a818a6

Browse files
committed
3.8.3
1 parent 391ca88 commit 2a818a6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 3.8.3
4+
`2024-4-23`
5+
* `FIX` server may crash when the workspace is using a non-English path.
6+
37
## 3.8.2
48
`2024-4-23`
59
* This is a fake version only for the new version of VSCode, with a core of 3.8.0.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3350,5 +3350,5 @@
33503350
"sponsor": {
33513351
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33523352
},
3353-
"version": "3.8.2"
3353+
"version": "3.8.3"
33543354
}

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.8.2"
3+
local VERSION = "3.8.3"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

0 commit comments

Comments
 (0)