Skip to content

Commit 194db18

Browse files
committed
3.6.3
1 parent 47bd614 commit 194db18

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
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+
## 3.6.3
4+
`2022-11-14`
5+
* `FIX` [#1684]
6+
* `FIX` [#1692]
7+
8+
[#1684]: https://github.com/sumneko/lua-language-server/issues/1684
9+
[#1692]: https://github.com/sumneko/lua-language-server/issues/1692
10+
311
## 3.6.2
412
`2022-11-10`
513
* `FIX` incorrect type check for generic with nil

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"__metadata": {
33
"id": "3a15b5a7-be12-47e3-8445-88ee3eabc8b2",
4+
"isApplicationScoped": false,
5+
"isPreReleaseVersion": false,
6+
"preRelease": false,
47
"publisherDisplayName": "sumneko",
58
"publisherId": "fb626675-24cf-4881-8c13-b465f29bec2f",
69
"targetPlatform": "win32-x64",
7-
"isApplicationScoped": false,
8-
"updated": true,
9-
"isPreReleaseVersion": false,
10-
"preRelease": false
10+
"updated": true
1111
},
1212
"activationEvents": [
1313
"onLanguage:lua",
@@ -3077,5 +3077,5 @@
30773077
"sponsor": {
30783078
"url": "https://github.com/sumneko/lua-language-server/issues/484"
30793079
},
3080-
"version": "3.6.2"
3080+
"version": "3.6.3"
30813081
}

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 = "3.6.2"
3+
local VERSION = "3.6.3"
44

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

server

0 commit comments

Comments
 (0)