Skip to content

Commit 50c1f39

Browse files
committed
2.3.3
1 parent 6db2d6f commit 50c1f39

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.3.3
4+
`2021-7-26`
5+
* `NEW` config supports prop
6+
* `FIX` [#612](https://github.com/sumneko/lua-language-server/issues/612)
7+
* `FIX` [#613](https://github.com/sumneko/lua-language-server/issues/613)
8+
* `FIX` [#618](https://github.com/sumneko/lua-language-server/issues/618)
9+
* `FIX` [#620](https://github.com/sumneko/lua-language-server/issues/620)
10+
311
## 2.3.2
412
`2021-7-21`
513
* `NEW` `LuaDoc`: supports `['string']` as field:

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

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

server

0 commit comments

Comments
 (0)