Skip to content

Commit 07e100d

Browse files
committed
1.12.0
1 parent 6e610f3 commit 07e100d

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

changelog.md

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

3+
## 1.12.0
4+
`2021-1-26`
5+
* `NEW` progress
6+
* `NEW` [#340](https://github.com/sumneko/lua-language-server/pull/340): supports `---@type table<string, number>`
7+
* `FIX` [#355](https://github.com/sumneko/lua-language-server/pull/355)
8+
* `FIX` [#359](https://github.com/sumneko/lua-language-server/issues/359)
9+
* `FIX` [#361](https://github.com/sumneko/lua-language-server/issues/361)
10+
311
## 1.11.2
412
`2021-1-7`
513
* `FIX` [#345](https://github.com/sumneko/lua-language-server/issues/345): not works with unexpect args

images/plugin-diff.gif

474 KB
Loading

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.11.2"
1050+
"version": "1.12.0"
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.11.2"
3+
local VERSION = "1.12.0"
44

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

server

0 commit comments

Comments
 (0)