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 fcf4b02 commit 6d05a0aCopy full SHA for 6d05a0a
package.json
@@ -3070,5 +3070,5 @@
3070
"sponsor": {
3071
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
3072
},
3073
- "version": "3.6.14"
+ "version": "3.6.15"
3074
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json-beautify'
2
3
-local VERSION = "3.6.14"
+local VERSION = "3.6.15"
4
5
local package = require 'package.package'
6
local fsu = require 'fs-utility'
0 commit comments