Skip to content

Commit 917d78f

Browse files
committed
1.12.2
1 parent c00a8f2 commit 917d78f

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+
## 1.12.2
4+
`2021-1-27`
5+
* `CHG` performance optimization
6+
* `FIX` modifying the code before loading finish makes confusion
7+
* `FIX` signature: not works
8+
39
## 1.12.1
410
`2021-1-27`
511
* `FIX` endless loop

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,5 +1047,5 @@
10471047
"type": "git",
10481048
"url": "https://github.com/sumneko/lua-language-server"
10491049
},
1050-
"version": "1.12.1"
1050+
"version": "1.12.2"
10511051
}

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 = "1.12.1"
3+
local VERSION = "1.12.2"
44

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

server

0 commit comments

Comments
 (0)