Skip to content

Commit 0ebda35

Browse files
committed
2.4.1
1 parent a1f27d1 commit 0ebda35

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.4.1
4+
`2021-10-2`
5+
* `FIX` broken with single file
6+
* `FIX` [#698](https://github.com/sumneko/lua-language-server/issues/698)
7+
* `FIX` [#699](https://github.com/sumneko/lua-language-server/issues/699)
8+
39
## 2.4.0
410
`2021-10-1`
511
* `NEW` loading settings from `.luarc.json`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,5 +1550,5 @@
15501550
"type": "git",
15511551
"url": "https://github.com/sumneko/lua-language-server"
15521552
},
1553-
"version": "2.4.0"
1553+
"version": "2.4.1"
15541554
}

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

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

server

0 commit comments

Comments
 (0)