Skip to content

Commit d998b55

Browse files
committed
Prepare server for release (1.16.1)
1 parent b3e84fb commit d998b55

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

server/CHANGELOG.md

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

3+
4+
## 1.16.1
5+
6+
* Fix brace expansion bug (https://github.com/bash-lsp/bash-language-server/pull/240)
7+
* Do not crash if bash is not installed (https://github.com/bash-lsp/bash-language-server/pull/242)
8+
39
## 1.16.0
410

511
* Improved completion handler for parameter expansions (https://github.com/bash-lsp/bash-language-server/pull/237)

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

0 commit comments

Comments
 (0)