summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-28 16:10:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-28 16:10:21 +0800
commite848325ca7d6220dbfa2ccde31be6abc8eb06ade (patch)
tree4ccb69793bbc2b8e581d6b4e0be305d7704b2eb2
parent562744ae38206dcd380c2ac50433c912a4923a83 (diff)
downloadlua-language-server-e848325ca7d6220dbfa2ccde31be6abc8eb06ade.zip
0.6.0
-rw-r--r--README.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0557ced..da03a7a1 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@
- [x] Syntax Check
- [x] Search Globals
- [x] Highlight
+- [x] Code Action
- [ ] Multi Workspace
- [ ] Type Format
-- [ ] Code Action
### Locale
diff --git a/package.json b/package.json
index 2cd03926..1db09410 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "sumneko",
"icon": "images/logo.png",
"license": "MIT",
- "version": "0.5.6",
+ "version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"