Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe9e0b4

Browse files
committedApr 14, 2020
Bump server version to 1.11.3
1 parent 41252b0 commit fe9e0b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎server/CHANGELOG.md

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

3+
## 1.11.3
4+
5+
* Recover file reading errors (https://github.com/bash-lsp/bash-language-server/pull/210)
6+
37
## 1.11.2
48

59
* Fix invalid documentHighlight response when word cannot be found (https://github.com/bash-lsp/bash-language-server/pull/209)

‎server/package.json

+1-1
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.11.2",
6+
"version": "1.11.3",
77
"publisher": "mads-hartmann",
88
"main": "./out/server.js",
99
"typings": "./out/server.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.