Skip to content

Commit d27193d

Browse files
committed
3.0.1
1 parent 8086da3 commit d27193d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

changelog.md

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

3+
## 3.0.1
4+
`2022-4-11`
5+
* `FIX` [#1033](https://github.com/sumneko/lua-language-server/issues/1033)
6+
* `FIX` [#1034](https://github.com/sumneko/lua-language-server/issues/1034)
7+
* `FIX` [#1035](https://github.com/sumneko/lua-language-server/issues/1035)
8+
* `FIX` [#1036](https://github.com/sumneko/lua-language-server/issues/1036)
9+
* `FIX` runtime errors reported by telemetry, see [#1037](https://github.com/sumneko/lua-language-server/issues/1037)
10+
311
## 3.0.0
412
`2022-4-10`
513
* `CHG` [break changes](https://github.com/sumneko/lua-language-server/issues/980)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,5 +1709,5 @@
17091709
"type": "git",
17101710
"url": "https://github.com/sumneko/lua-language-server"
17111711
},
1712-
"version": "3.0.0"
1712+
"version": "3.0.1"
17131713
}

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

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

server

0 commit comments

Comments
 (0)