Skip to content

Commit 7844adf

Browse files
committed
3.13.2
1 parent 65b9424 commit 7844adf

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

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

6+
## 3.13.2
7+
`2024-11-21`
8+
* `CHG` fulfill zh-cn translations
9+
* `FIX` Add missing `errs ~= nil` checks to script/vm/type checkTableShape
10+
611
## 3.13.1
712
`2024-11-13`
813
* `FIX` Incorrect type check in some case

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

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

0 commit comments

Comments
 (0)