Skip to content

Commit eee60f0

Browse files
committed
Bump server version to 4.4.0
1 parent 61621d2 commit eee60f0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

server/CHANGELOG.md

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

3+
## 4.4.0
4+
5+
- Improve source command parser and include diagnostics when parser fails https://github.com/bash-lsp/bash-language-server/pull/673
6+
- Fix `onHover` bug where sourced symbols on the same line as a reference would hide documentation https://github.com/bash-lsp/bash-language-server/pull/673
7+
8+
## 4.3.2
9+
10+
- Improved CLI output https://github.com/bash-lsp/bash-language-server/pull/672
11+
312
## 4.3.0
413

514
- Add centralized and configurable logger that can be controlled using the `BASH_IDE_LOG_LEVEL` environment variable and workspace configuration. https://github.com/bash-lsp/bash-language-server/pull/669

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": "4.3.2",
6+
"version": "4.4.0",
77
"main": "./out/server.js",
88
"typings": "./out/server.d.ts",
99
"bin": {

0 commit comments

Comments
 (0)