Skip to content

Commit 82818ac

Browse files
committed
3.13.9
1 parent 79fb2c5 commit 82818ac

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

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

6+
## 3.13.9
7+
`2025-3-13`
8+
* `CHG` remove the limit for analyzing the literal table
9+
610
## 3.13.8
711
`2025-3-12`
812
* `CHG` when analyzing the literal table, only the first 100 items are analyzed at most

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3439,5 +3439,5 @@
34393439
"sponsor": {
34403440
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34413441
},
3442-
"version": "3.13.8"
3442+
"version": "3.13.9"
34433443
}

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.8"
3+
local VERSION = "3.13.9"
44

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

server

0 commit comments

Comments
 (0)