Skip to content

Commit de62b10

Browse files
committed
1.21.2
1 parent ac0b4b4 commit de62b10

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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+
## 1.21.2
4+
`2021-5-18`
5+
* `FIX` loaded new file with ignored filename
6+
* `FIX` [#536](https://github.com/sumneko/lua-language-server/issues/536)
7+
* `FIX` [#537](https://github.com/sumneko/lua-language-server/issues/537)
8+
* `FIX` [#538](https://github.com/sumneko/lua-language-server/issues/538)
9+
* `FIX` [#539](https://github.com/sumneko/lua-language-server/issues/539)
10+
311
## 1.21.1
412
`2021-5-8`
513
* `FIX` [#529](https://github.com/sumneko/lua-language-server/issues/529)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,5 +1422,5 @@
14221422
"type": "git",
14231423
"url": "https://github.com/sumneko/lua-language-server"
14241424
},
1425-
"version": "1.21.1"
1425+
"version": "1.21.2"
14261426
}

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 = "1.21.1"
3+
local VERSION = "1.21.2"
44

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

server

0 commit comments

Comments
 (0)