File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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` ``
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 3.3.0 "
3+ local VERSION = " 3.3.1 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments