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 e3344f1 commit 78021a0Copy full SHA for 78021a0
package.json
@@ -561,5 +561,5 @@
561
"type": "git",
562
"url": "https://github.com/sumneko/lua-language-server"
563
},
564
- "version": "0.21.5"
+ "version": "0.21.6"
565
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "0.21.5"
+local VERSION = "0.21.6"
4
5
local package = require 'package.package'
6
0 commit comments