Skip to content

Commit 867826b

Browse files
committed
3.9.3
1 parent 0f2c818 commit 867826b

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.9.3
7+
`2024-6-11`
8+
* `FIX` Sometimes providing incorrect autocompletion when chaining calls
9+
610
## 3.9.2
711
`2024-6-6`
812
* `NEW` Reference workspace symbols in comments using `[some text](lua://symbolName)` syntax

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,5 +3368,5 @@
33683368
"sponsor": {
33693369
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33703370
},
3371-
"version": "3.9.2"
3371+
"version": "3.9.3"
33723372
}

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

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

0 commit comments

Comments
 (0)