Skip to content

Commit c312813

Browse files
committed
3.5.6
1 parent 52916be commit c312813

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

changelog.md

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

3+
## 3.5.6
4+
`2022-9-16`
5+
* `FIX` [#1439](https://github.com/sumneko/lua-language-server/issues/1439)
6+
* `FIX` [#1467](https://github.com/sumneko/lua-language-server/issues/1467)
7+
* `FIX` [#1506](https://github.com/sumneko/lua-language-server/issues/1506)
8+
* `FIX` [#1537](https://github.com/sumneko/lua-language-server/issues/1537)
9+
310
## 3.5.5
411
`2022-9-7`
512
* `FIX` [#1529](https://github.com/sumneko/lua-language-server/issues/1529)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2974,5 +2974,5 @@
29742974
"sponsor": {
29752975
"url": "https://github.com/sumneko/lua-language-server/issues/484"
29762976
},
2977-
"version": "3.5.5"
2977+
"version": "3.5.6"
29782978
}

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 = "3.5.5"
3+
local VERSION = "3.5.6"
44

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

server

0 commit comments

Comments
 (0)