Skip to content

Commit 8aebfa9

Browse files
committed
3.10.3
1 parent 6616630 commit 8aebfa9

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

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.10.3
7+
`2024-8-8`
8+
* `FIX` Memory leak with `---@enum(partical)`
9+
610
## 3.10.2
711
`2024-8-7`
812
* `NEW` Add support for binary metamethod on right operand [#2777](https://github.com/LuaLS/lua-language-server/pull/2777)

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.2"
3385+
"version": "3.10.3"
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.2"
3+
local VERSION = "3.10.3"
44

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

0 commit comments

Comments
 (0)