Skip to content

Commit 6616630

Browse files
committed
3.10.2
1 parent a5109be commit 6616630

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
55

6+
## 3.10.2
7+
`2024-8-7`
8+
* `NEW` Add support for binary metamethod on right operand [#2777](https://github.com/LuaLS/lua-language-server/pull/2777)
9+
* `FIX` Incorrect indentation fixing in some case
10+
611
## 3.10.1
712
`2024-8-2`
813
* `FIX` Runtime error

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,5 +3382,5 @@
33823382
"sponsor": {
33833383
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
33843384
},
3385-
"version": "3.10.1"
3385+
"version": "3.10.2"
33863386
}

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

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

0 commit comments

Comments
 (0)