Skip to content

Commit d2dcef9

Browse files
committed
3.6.6
1 parent 5fc23e0 commit d2dcef9

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+
## 3.6.6
4+
`2023-1-17`
5+
* `FIX` [#1825]
6+
* `FIX` [#1826]
7+
8+
[#1825]: https://github.com/sumneko/lua-language-server/issues/1825
9+
[#1826]: https://github.com/sumneko/lua-language-server/issues/1826
10+
311
## 3.6.5
412
`2023-1-16`
513
* `NEW` support casting global variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3063,5 +3063,5 @@
30633063
"sponsor": {
30643064
"url": "https://github.com/sumneko/lua-language-server/issues/484"
30653065
},
3066-
"version": "3.6.5"
3066+
"version": "3.6.6"
30673067
}

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

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

server

0 commit comments

Comments
 (0)