Skip to content

Commit 52916be

Browse files
committed
3.5.5
1 parent 7583cd3 commit 52916be

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+
## 3.5.5
4+
`2022-9-7`
5+
* `FIX` [#1529](https://github.com/sumneko/lua-language-server/issues/1529)
6+
* `FIX` [#1530](https://github.com/sumneko/lua-language-server/issues/1530)
7+
38
## 3.5.4
49
`2022-9-6`
510
* `NEW` `type-formatting`: fix wrong indentation of VSCode

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.4"
2977+
"version": "3.5.5"
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.4"
3+
local VERSION = "3.5.5"
44

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

server

0 commit comments

Comments
 (0)