Skip to content

Commit 472aa2b

Browse files
committed
Prepare server for 1.14.0 release
1 parent 4d5d368 commit 472aa2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

server/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Bash Language Server
22

3+
## 1.14.0
4+
5+
* onHover and onCompletion documentation improvements (https://github.com/bash-lsp/bash-language-server/pull/230)
6+
* support 0/1 as values for `HIGHLIGHT_PARSING_ERRORS` (https://github.com/bash-lsp/bash-language-server/pull/231)
7+
38
## 1.13.1
49

510
* Gracefully handle glob failures (https://github.com/bash-lsp/bash-language-server/pull/224, https://github.com/bash-lsp/bash-language-server/pull/226)

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A language server for Bash",
44
"author": "Mads Hartmann",
55
"license": "MIT",
6-
"version": "1.13.1",
6+
"version": "1.14.0",
77
"publisher": "mads-hartmann",
88
"main": "./out/server.js",
99
"typings": "./out/server.d.ts",

0 commit comments

Comments
 (0)