Skip to content

Commit 1796aef

Browse files
committed
3.3.1
1 parent 73a2af7 commit 1796aef

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

changelog.md

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

3+
## 3.3.1
4+
`2022-6-17`
5+
* `FIX` [#1213](https://github.com/sumneko/lua-language-server/issues/1213)
6+
* `FIX` [#1215](https://github.com/sumneko/lua-language-server/issues/1215)
7+
* `FIX` [#1217](https://github.com/sumneko/lua-language-server/issues/1217)
8+
* `FIX` [#1218](https://github.com/sumneko/lua-language-server/issues/1218)
9+
* `FIX` [#1220](https://github.com/sumneko/lua-language-server/issues/1220)
10+
* `FIX` [#1223](https://github.com/sumneko/lua-language-server/issues/1223)
11+
312
## 3.3.0
413
`2022-6-15`
514
* `NEW` `LuaDoc` supports `` `CODE` ``

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,5 +1844,8 @@
18441844
"type": "git",
18451845
"url": "https://github.com/sumneko/lua-language-server"
18461846
},
1847-
"version": "3.3.0"
1847+
"sponsor": {
1848+
"url": "https://github.com/sumneko/lua-language-server/issues/484"
1849+
},
1850+
"version": "3.3.1"
18481851
}

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

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

server

0 commit comments

Comments
 (0)