Skip to content

Commit 14fa6bb

Browse files
committed
1.14.1
1 parent cca3ba5 commit 14fa6bb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 1.14.1
4+
`2021-2-2`
5+
* `FIX` [#372](https://github.com/sumneko/lua-language-server/issues/372)
6+
37
## 1.14.0
48
`2021-2-2`
59
* `NEW` `VSCode` hint

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1083,5 +1083,5 @@
10831083
"type": "git",
10841084
"url": "https://github.com/sumneko/lua-language-server"
10851085
},
1086-
"version": "1.14.0"
1086+
"version": "1.14.1"
10871087
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "1.14.0"
3+
local VERSION = "1.14.1"
44

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

server

0 commit comments

Comments
 (0)