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 3dcd3e5 commit 083774fCopy full SHA for 083774f
changelog.md
@@ -1,6 +1,11 @@
1
# changelog
2
3
+## 1.8.2
4
+`2020-12-29`
5
+* `CHG` performance optimization
6
+
7
## 1.8.1
8
+`2020-12-24`
9
* `FIX` telemetry: connect failed caused not working
10
11
## 1.8.0
package.json
@@ -1013,5 +1013,5 @@
1013
"type": "git",
1014
"url": "https://github.com/sumneko/lua-language-server"
1015
},
1016
- "version": "1.8.1"
+ "version": "1.8.2"
1017
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "1.8.1"
+local VERSION = "1.8.2"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments