Skip to content

Commit b6c95bf

Browse files
committed
2.2.3
1 parent 15d8d2a commit b6c95bf

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

changelog.md

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

3+
## 2.2.3
4+
`2021-7-9`
5+
* `CHG` improve `auto require`
6+
* `CHG` will not sleep anymore
7+
* `FIX` incorrect doc: `debug.getlocal`
8+
* `FIX` completion: incorrect callback
9+
* `FIX` [#592](https://github.com/sumneko/lua-language-server/issues/592)
10+
311
## 2.2.2
412
`2021-7-9`
513
* `FIX` incorrect syntax color

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,5 +1411,5 @@
14111411
"type": "git",
14121412
"url": "https://github.com/sumneko/lua-language-server"
14131413
},
1414-
"version": "2.2.2"
1414+
"version": "2.2.3"
14151415
}

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 = "2.2.2"
3+
local VERSION = "2.2.3"
44

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

server

0 commit comments

Comments
 (0)