We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5310818 commit 248acfbCopy full SHA for 248acfb
package.json
@@ -561,5 +561,5 @@
561
"type": "git",
562
"url": "https://github.com/sumneko/lua-language-server"
563
},
564
- "version": "0.21.7"
+ "version": "0.21.8"
565
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "0.21.7"
+local VERSION = "0.21.8"
4
5
local package = require 'package.package'
6
0 commit comments