Skip to content

Commit

Permalink
3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 13, 2024
1 parent 49b04af commit 3ba452c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## Unreleased
<!-- Add all new changes here. They will be moved under a version at release -->
* `FIX` Improve type narrow with **literal alias type** during completion and signature help
* `NEW` Setting: `Lua.type.inferTableSize`: A Small Table array can be infered
* `NEW` Add custom repository support for addonManager. New configuration setting: `Lua.addonManager.repositoryBranch` and `Lua.addonManager.repositoryPath`

## 3.13.1
`2024-11-13`
* `FIX` Incorrect type check in some case

## 3.13.0
`2024-11-13`
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.0"
"version": "3.13.1"
}
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.0"
local VERSION = "3.13.1"

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 3ba452c

Please sign in to comment.