Skip to content

Commit edf6214

Browse files
committed
1.20.1
1 parent 6e381e7 commit edf6214

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# changelog
22

3+
## 1.20.1
4+
`2021-3-27`
5+
* `FIX` telemetry window blocks initializing
6+
* `FIX` [#468](https://github.com/sumneko/lua-language-server/issues/468)
7+
38
## 1.20.0
49
`2021-3-27`
510
* `CHG` telemetry: change to opt-in, see [#462](https://github.com/sumneko/lua-language-server/issues/462) and [Privacy-Policy](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,5 +1381,5 @@
13811381
"type": "git",
13821382
"url": "https://github.com/sumneko/lua-language-server"
13831383
},
1384-
"version": "1.20.0"
1384+
"version": "1.20.1"
13851385
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "1.20.0"
3+
local VERSION = "1.20.1"
44

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

server

0 commit comments

Comments
 (0)