We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d7f39 commit 7d30ba5Copy full SHA for 7d30ba5
changelog.md
@@ -1,5 +1,10 @@
1
# changelog
2
3
+## 2.4.4
4
+`2021-10-15`
5
+* `CHG` improve `.luarc.json`
6
+* `FIX` [#722](https://github.com/sumneko/lua-language-server/issues/722)
7
+
8
## 2.4.3
9
`2021-10-13`
10
* `FIX` [#713](https://github.com/sumneko/lua-language-server/issues/713)
package.json
@@ -1550,5 +1550,5 @@
1550
"type": "git",
1551
"url": "https://github.com/sumneko/lua-language-server"
1552
},
1553
- "version": "2.4.3"
+ "version": "2.4.4"
1554
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "2.4.3"
+local VERSION = "2.4.4"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments