Skip to content

Commit 01f0659

Browse files
committed
3.7.3
1 parent 978509e commit 01f0659

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

3+
## 3.7.3
4+
`2023-11-14`
5+
* `FIX` can not infer arg type in some cases.
6+
37
## 3.7.2
48
`2023-11-9`
59
* `FIX` [#2407]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3343,5 +3343,5 @@
33433343
"sponsor": {
33443344
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33453345
},
3346-
"version": "3.7.2"
3346+
"version": "3.7.3"
33473347
}

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

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

0 commit comments

Comments
 (0)