Skip to content

Commit ac0b4b4

Browse files
committed
1.21.1
1 parent 314c569 commit ac0b4b4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

3+
## 1.21.1
4+
`2021-5-8`
5+
* `FIX` [#529](https://github.com/sumneko/lua-language-server/issues/529)
6+
37
## 1.21.0
48
`2021-5-7`
59
* `NEW` setting: `completion.showParams`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,5 +1422,5 @@
14221422
"type": "git",
14231423
"url": "https://github.com/sumneko/lua-language-server"
14241424
},
1425-
"version": "1.21.0"
1425+
"version": "1.21.1"
14261426
}

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.21.0"
3+
local VERSION = "1.21.1"
44

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

server

0 commit comments

Comments
 (0)