Skip to content

Commit 15d8d2a

Browse files
committed
2.2.2
1 parent 818d6d4 commit 15d8d2a

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

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

3+
## 2.2.2
4+
`2021-7-9`
5+
* `FIX` incorrect syntax color
6+
* `FIX` incorrect type infer
7+
38
## 2.2.1
49
`2021-7-8`
510
* `FIX` change setting may failed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,5 +1411,5 @@
14111411
"type": "git",
14121412
"url": "https://github.com/sumneko/lua-language-server"
14131413
},
1414-
"version": "2.2.1"
1414+
"version": "2.2.2"
14151415
}

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

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

server

0 commit comments

Comments
 (0)