Skip to content

Commit e8f7f6e

Browse files
committed
2.6.3
1 parent 3e41290 commit e8f7f6e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

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

3+
## 2.6.3
4+
`2022-1-25`
5+
* `FIX` new files are not loaded correctly
6+
* `FIX` [#923](https://github.com/sumneko/lua-language-server/issues/923)
7+
* `FIX` [#926](https://github.com/sumneko/lua-language-server/issues/926)
8+
39
## 2.6.2
410
`2022-1-25`
511
* `FIX` [#925](https://github.com/sumneko/lua-language-server/issues/925)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,5 +1677,5 @@
16771677
"type": "git",
16781678
"url": "https://github.com/sumneko/lua-language-server"
16791679
},
1680-
"version": "2.6.2"
1680+
"version": "2.6.3"
16811681
}

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 = "2.6.2"
3+
local VERSION = "2.6.3"
44

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

server

0 commit comments

Comments
 (0)