Skip to content

Commit

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

## 3.13.2
`2024-11-21`
* `CHG` fulfill zh-cn translations
* `FIX` Add missing `errs ~= nil` checks to script/vm/type checkTableShape

## 3.13.1
`2024-11-13`
* `FIX` Incorrect type check in some case
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.1"
"version": "3.13.2"
}
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.1"
local VERSION = "3.13.2"

local fsu = require 'fs-utility'
local package = json.decode(fsu.loadFile(ROOT / 'package.json'))
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 7844adf

Please sign in to comment.