Skip to content

Commit c3b6616

Browse files
committed
3.6.21
1 parent bb4f591 commit c3b6616

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 3.6.21
4+
`2023-5-24`
5+
* `FIX` disable ffi plugin
6+
37
## 3.6.20
48
`2023-5-23`
59
* `NEW` support connecting by socket with `--socket=PORT`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3274,5 +3274,5 @@
32743274
"sponsor": {
32753275
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
32763276
},
3277-
"version": "3.6.20"
3277+
"version": "3.6.21"
32783278
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.6.20"
3+
local VERSION = "3.6.21"
44

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

0 commit comments

Comments
 (0)