Skip to content

Commit 08ab6d9

Browse files
committed
2.4.5
1 parent 80b494c commit 08ab6d9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

3+
## 2.4.5
4+
`2021-10-18`
5+
* `FIX` accidentally load lua files from user workspace
6+
37
## 2.4.4
48
`2021-10-15`
59
* `CHG` improve `.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.4"
1553+
"version": "2.4.5"
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.4"
3+
local VERSION = "2.4.5"
44

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

server

0 commit comments

Comments
 (0)