Skip to content

Commit 38b887c

Browse files
committed
Release server 4.5.4
1 parent e43b480 commit 38b887c

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+
## 4.5.4
4+
5+
- Skip running ShellCheck for unsupported zsh files. We will still try for files without a shebang and without a known file extension. https://github.com/bash-lsp/bash-language-server/pull/694
6+
37
## 4.5.3
48

59
- Fix issue where some features would work as expected in case of a syntax issue https://github.com/bash-lsp/bash-language-server/pull/691

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

0 commit comments

Comments
 (0)