Skip to content
Snippets Groups Projects
Commit de62b104 authored by 最萌小汐's avatar 最萌小汐
Browse files

1.21.2

parent ac0b4b4d
No related branches found
No related tags found
No related merge requests found
# changelog
## 1.21.2
`2021-5-18`
* `FIX` loaded new file with ignored filename
* `FIX` [#536](https://github.com/sumneko/lua-language-server/issues/536)
* `FIX` [#537](https://github.com/sumneko/lua-language-server/issues/537)
* `FIX` [#538](https://github.com/sumneko/lua-language-server/issues/538)
* `FIX` [#539](https://github.com/sumneko/lua-language-server/issues/539)
## 1.21.1
`2021-5-8`
* `FIX` [#529](https://github.com/sumneko/lua-language-server/issues/529)
......
......@@ -1422,5 +1422,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
"version": "1.21.1"
"version": "1.21.2"
}
local json = require 'json-beautify'
local VERSION = "1.21.1"
local VERSION = "1.21.2"
local package = require 'package.package'
local fsu = require 'fs-utility'
......
Subproject commit f3bf7d8fcf18f8fb5b07e17236356012732ee46a
Subproject commit 4f1f6d4dbc7940b5f117e25b3528712ff4b221ef
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment