Skip to content

Commit 986548d

Browse files
authored
Bump server to 5.4.0
1 parent bbfa220 commit 986548d

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+
## 5.4.0
4+
5+
- Add .editorconfig support for shfmt https://github.com/bash-lsp/bash-language-server/pull/1171
6+
37
## 5.3.4
48

59
- Add additonal shfmt formatting config options https://github.com/bash-lsp/bash-language-server/pull/1168

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

0 commit comments

Comments
 (0)