We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60683d3 commit 3f262b0Copy full SHA for 3f262b0
changelog.md
@@ -1,5 +1,9 @@
1
# changelog
2
3
+## 3.9.1
4
+`2024-5-14`
5
+* revert extension runtime
6
+
7
## 3.9.0
8
`2024-5-11`
9
* `NEW` goto implementation
package.json
@@ -3368,5 +3368,5 @@
3368
"sponsor": {
3369
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
3370
},
3371
- "version": "3.9.0"
+ "version": "3.9.1"
3372
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "3.9.0"
+local VERSION = "3.9.1"
local package = require 'package.package'
local fsu = require 'fs-utility'
0 commit comments