Skip to content

Commit 507abdc

Browse files
committed
2.3.4
1 parent 6b6f954 commit 507abdc

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+
## 2.3.4
4+
`2021-8-6`
5+
* `CHG` improve performance
6+
* `FIX` [#625](https://github.com/sumneko/lua-language-server/issues/625)
7+
38
## 2.3.3
49
`2021-7-26`
510
* `NEW` config supports prop

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.3"
1422+
"version": "2.3.4"
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.3"
3+
local VERSION = "2.3.4"
44

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

server

0 commit comments

Comments
 (0)