Skip to content

Commit 429e4af

Browse files
committed
1.20.3
1 parent ea1516b commit 429e4af

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

changelog.md

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

3+
## 1.20.3
4+
`2021-4-6`
5+
`FIX` [#479](https://github.com/sumneko/lua-language-server/issues/479)
6+
`FIX` [#483](https://github.com/sumneko/lua-language-server/issues/483)
7+
`FIX` [#485](https://github.com/sumneko/lua-language-server/issues/485)
8+
`FIX` [#487](https://github.com/sumneko/lua-language-server/issues/487)
9+
`FIX` [#488](https://github.com/sumneko/lua-language-server/issues/488)
10+
`FIX` [#490](https://github.com/sumneko/lua-language-server/issues/490)
11+
`FIX` [#495](https://github.com/sumneko/lua-language-server/issues/495)
12+
313
## 1.20.2
414
`2021-4-2`
515
* `CHG` `LuaDoc`: supports `---@param self TYPE`

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.2"
1384+
"version": "1.20.3"
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.2"
3+
local VERSION = "1.20.3"
44

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

server

0 commit comments

Comments
 (0)