Skip to content

Commit ebfb2cb

Browse files
committed
3.6.18
1 parent 9027a5d commit ebfb2cb

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.18
4+
`2023-3-23`
5+
* `FIX` [#1943]
6+
* `FIX` [#1996]
7+
* `FIX` [#2004]
8+
* `FIX` [#2013]
9+
10+
[#1943]: https://github.com/LuaLS/lua-language-server/issues/1943
11+
[#1996]: https://github.com/LuaLS/lua-language-server/issues/1996
12+
[#2004]: https://github.com/LuaLS/lua-language-server/issues/2004
13+
[#2013]: https://github.com/LuaLS/lua-language-server/issues/2013
14+
315
## 3.6.17
416
`2023-3-9`
517
* `CHG` export documents: export global variables

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3070,5 +3070,5 @@
30703070
"sponsor": {
30713071
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
30723072
},
3073-
"version": "3.6.17"
3073+
"version": "3.6.18"
30743074
}

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

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

0 commit comments

Comments
 (0)