Skip to content

Commit

Permalink
1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Feb 2, 2021
1 parent cca3ba5 commit 14fa6bb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 1.14.1
`2021-2-2`
* `FIX` [#372](https://github.com/sumneko/lua-language-server/issues/372)

## 1.14.0
`2021-2-2`
* `NEW` `VSCode` hint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1083,5 +1083,5 @@
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
},
"version": "1.14.0"
"version": "1.14.1"
}
2 changes: 1 addition & 1 deletion package/build.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local json = require 'json-beautify'

local VERSION = "1.14.0"
local VERSION = "1.14.1"

local package = require 'package.package'
local fsu = require 'fs-utility'
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 14fa6bb

Please sign in to comment.