Skip to content

Commit 3ba452c

Browse files
committed
3.13.1
1 parent 49b04af commit 3ba452c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

changelog.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5-
* `FIX` Improve type narrow with **literal alias type** during completion and signature help
6-
* `NEW` Setting: `Lua.type.inferTableSize`: A Small Table array can be infered
7-
* `NEW` Add custom repository support for addonManager. New configuration setting: `Lua.addonManager.repositoryBranch` and `Lua.addonManager.repositoryPath`
5+
6+
## 3.13.1
7+
`2024-11-13`
8+
* `FIX` Incorrect type check in some case
89

910
## 3.13.0
1011
`2024-11-13`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3427,5 +3427,5 @@
34273427
"sponsor": {
34283428
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34293429
},
3430-
"version": "3.13.0"
3430+
"version": "3.13.1"
34313431
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.13.0"
3+
local VERSION = "3.13.1"
44

55
local fsu = require 'fs-utility'
66
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))

0 commit comments

Comments
 (0)