Skip to content

Commit

Permalink
3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Dec 6, 2024
1 parent 7844adf commit 7bddac1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->

## 3.13.3
* `CHG` Update Love2d version
* `CHG` Improve type infer of `table.unpack` and `unpack`
* `FIX` `missing-fields` diagnostic now warns about missing inherited fields
* `FIX` Incorrect `param-type-mismatch` diagnostic for optional fields

## 3.13.2
`2024-11-21`
* `CHG` fulfill zh-cn translations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3427,5 +3427,5 @@
"sponsor": {
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
},
"version": "3.13.2"
"version": "3.13.3"
}
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local json = require 'json-beautify'

local VERSION = "3.13.2"
local VERSION = "3.13.3"

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

0 comments on commit 7bddac1

Please sign in to comment.