Skip to content

Commit

Permalink
Bump server version 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus authored Jun 2, 2024
1 parent 773a61c commit 3a5ac07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bash Language Server

## 5.3.4

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

## 5.3.3

- Revert "Add --help fallback for documentation" https://github.com/bash-lsp/bash-language-server/pull/1052
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
"version": "5.3.3",
"version": "5.3.4",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
Expand Down

0 comments on commit 3a5ac07

Please sign in to comment.