Skip to content

Commit a38fb17

Browse files
committed
2.0.1
1 parent 045bf47 commit a38fb17

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
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.0.1
4+
`2021-6-21`
5+
* `FIX` [#566](https://github.com/sumneko/lua-language-server/issues/566)
6+
37
## 2.0.0
48
`2021-6-21`
59
* `NEW` implement

client/3rd/vscode-lua-doc

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.0"
1408+
"version": "2.0.1"
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.0"
3+
local VERSION = "2.0.1"
44

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

server

0 commit comments

Comments
 (0)