Skip to content

Commit 3f262b0

Browse files
committed
3.9.1
1 parent 60683d3 commit 3f262b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 3.9.1
4+
`2024-5-14`
5+
* revert extension runtime
6+
37
## 3.9.0
48
`2024-5-11`
59
* `NEW` goto implementation

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.0"
3371+
"version": "3.9.1"
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.0"
3+
local VERSION = "3.9.1"
44

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

0 commit comments

Comments
 (0)