Skip to content

Commit 083774f

Browse files
committedDec 29, 2020
1.8.2
1 parent 3dcd3e5 commit 083774f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
 

‎changelog.md

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

3+
## 1.8.2
4+
`2020-12-29`
5+
* `CHG` performance optimization
6+
37
## 1.8.1
8+
`2020-12-24`
49
* `FIX` telemetry: connect failed caused not working
510

611
## 1.8.0

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1013,5 +1013,5 @@
10131013
"type": "git",
10141014
"url": "https://github.com/sumneko/lua-language-server"
10151015
},
1016-
"version": "1.8.1"
1016+
"version": "1.8.2"
10171017
}

‎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 = "1.8.1"
3+
local VERSION = "1.8.2"
44

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

‎server

0 commit comments

Comments
 (0)
Please sign in to comment.