File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 2.3.3
4+ ` 2021-7-26 `
5+ * ` NEW ` config supports prop
6+ * ` FIX ` [ #612 ] ( https://github.com/sumneko/lua-language-server/issues/612 )
7+ * ` FIX ` [ #613 ] ( https://github.com/sumneko/lua-language-server/issues/613 )
8+ * ` FIX ` [ #618 ] ( https://github.com/sumneko/lua-language-server/issues/618 )
9+ * ` FIX ` [ #620 ] ( https://github.com/sumneko/lua-language-server/issues/620 )
10+
311## 2.3.2
412` 2021-7-21 `
513* ` NEW ` ` LuaDoc ` : supports ` ['string'] ` as field:
Original file line number Diff line number Diff line change 14191419 "type" : " git" ,
14201420 "url" : " https://github.com/sumneko/lua-language-server"
14211421 },
1422- "version" : " 2.3.2 "
1422+ "version" : " 2.3.3 "
14231423}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 2.3.2 "
3+ local VERSION = " 2.3.3 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments