Skip to content

Commit 6c01925

Browse files
committed
2.0.4
1 parent 0b45c24 commit 6c01925

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.0.4
4+
`2021-6-25`
5+
* `FIX` [#550](https://github.com/sumneko/lua-language-server/issues/550)
6+
* `FIX` [#555](https://github.com/sumneko/lua-language-server/issues/555)
7+
* `FIX` [#574](https://github.com/sumneko/lua-language-server/issues/574)
8+
39
## 2.0.3
410
`2021-6-24`
511
* `CHG` improve memory usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,5 +1405,5 @@
14051405
"type": "git",
14061406
"url": "https://github.com/sumneko/lua-language-server"
14071407
},
1408-
"version": "2.0.3"
1408+
"version": "2.0.4"
14091409
}

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

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

server

0 commit comments

Comments
 (0)