Skip to content

Commit 73593eb

Browse files
committed
3.6.9
1 parent 8c81892 commit 73593eb

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

changelog.md

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

3+
## 3.6.9
4+
`2023-2-2`
5+
* `FIX` [#1864]
6+
* `FIX` [#1868]
7+
* `FIX` [#1869]
8+
* `FIX` [#1871]
9+
10+
[#1864]: https://github.com/sumneko/lua-language-server/issues/1864
11+
[#1868]: https://github.com/sumneko/lua-language-server/issues/1868
12+
[#1869]: https://github.com/sumneko/lua-language-server/issues/1869
13+
[#1871]: https://github.com/sumneko/lua-language-server/issues/1871
14+
315
## 3.6.8
416
`2023-1-31`
517
* `NEW` command `lua.exportDocument` . VSCode will display this command in the right-click menu

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3054,5 +3054,5 @@
30543054
"sponsor": {
30553055
"url": "https://github.com/sumneko/lua-language-server/issues/484"
30563056
},
3057-
"version": "3.6.8"
3057+
"version": "3.6.9"
30583058
}

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

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

server

0 commit comments

Comments
 (0)