Skip to content

Commit d58bfe9

Browse files
committed
3.6.23
1 parent f1f5dd6 commit d58bfe9

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# lua-language-server
22

3-
[![build](https://github.com/LuaLS/lua-language-server/actions/workflows/build.yml/badge.png?branch=master)](https://github.com/LuaLS/lua-language-server/actions/workflows/build.yml)
4-
[![version](https://vsmarketplacebadges.dev/version-short/sumneko.lua.png)](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
5-
![installs](https://vsmarketplacebadges.dev/installs-short/sumneko.lua.png)
6-
![downloads](https://vsmarketplacebadges.dev/downloads-short/sumneko.lua.png)
3+
![build](https://img.shields.io/github/actions/workflow/status/LuaLS/lua-language-server/.github%2Fworkflows%2Fbuild.yml)
4+
![Version (including pre-releases)](https://img.shields.io/visual-studio-marketplace/v/sumneko.lua)
5+
![Installs](https://img.shields.io/visual-studio-marketplace/i/sumneko.lua)
6+
![Downloads](https://img.shields.io/visual-studio-marketplace/d/sumneko.lua)
77

88

99
***Lua development just got a whole lot better*** 🧠

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# changelog
22

3+
## 3.6.23
4+
`2023-7-7`
5+
* `CHG` signature: narrow by inputed literal
6+
37
## 3.6.22
48
`2023-6-14`
59
* `FIX` [#2038]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3283,5 +3283,5 @@
32833283
"sponsor": {
32843284
"url": "https://github.com/LuaLS/lua-language-server/issues/484"
32853285
},
3286-
"version": "3.6.22"
3286+
"version": "3.6.23"
32873287
}

package/build.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "3.6.22"
3+
local VERSION = "3.6.23"
44

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

0 commit comments

Comments
 (0)