Skip to content

Commit dbf5ba2

Browse files
committed
Prepare server for release (1.16.0)
1 parent a1da15e commit dbf5ba2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

server/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Bash Language Server
22

3+
## 1.16.0
4+
5+
* Improved completion handler for parameter expansions (https://github.com/bash-lsp/bash-language-server/pull/237)
6+
37
## 1.15.0
48

59
* Use comments above symbols for documentation (https://github.com/bash-lsp/bash-language-server/pull/234, https://github.com/bash-lsp/bash-language-server/pull/235)
610

7-
811
## 1.14.0
912

1013
* onHover and onCompletion documentation improvements (https://github.com/bash-lsp/bash-language-server/pull/230)

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

0 commit comments

Comments
 (0)