Skip to content

Commit 7bddac1

Browse files
committed
3.13.3
1 parent 7844adf commit 7bddac1

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
55

6+
## 3.13.3
7+
* `CHG` Update Love2d version
8+
* `CHG` Improve type infer of `table.unpack` and `unpack`
9+
* `FIX` `missing-fields` diagnostic now warns about missing inherited fields
10+
* `FIX` Incorrect `param-type-mismatch` diagnostic for optional fields
11+
612
## 3.13.2
713
`2024-11-21`
814
* `CHG` fulfill zh-cn translations

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.2"
3430+
"version": "3.13.3"
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.2"
3+
local VERSION = "3.13.3"
44

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

0 commit comments

Comments
 (0)