Skip to content

Commit b3d385f

Browse files
committed
3.18.1
1 parent ed3bb99 commit b3d385f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
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.18.1
7+
`2026-04-08`
8+
* `FIX` Allow `global` to be used as an identifier in Lua 5.5 when it is not part of a `global` declaration
9+
610
## 3.18.0
711
`2026-04-03`
812
* `CHG` Always track symbol-links

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3467,5 +3467,5 @@
34673467
"sponsor": {
34683468
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
34693469
},
3470-
"version": "3.18.0"
3470+
"version": "3.18.1"
34713471
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.18.0"
3+
local VERSION = "3.18.1"
44

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

0 commit comments

Comments
 (0)