Skip to content

Commit 44443d4

Browse files
committed
2.3.5
1 parent 507abdc commit 44443d4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

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

3+
## 2.3.5
4+
`2021-8-9`
5+
* `CHG` improve memory usage
6+
* `CHG` completion: call snip triggers signature (VSCode only)
7+
* `FIX` completion: may not find results
8+
39
## 2.3.4
410
`2021-8-6`
511
* `CHG` improve performance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,5 +1419,5 @@
14191419
"type": "git",
14201420
"url": "https://github.com/sumneko/lua-language-server"
14211421
},
1422-
"version": "2.3.4"
1422+
"version": "2.3.5"
14231423
}

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

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

server

0 commit comments

Comments
 (0)