Skip to content

Commit

Permalink
chore: prepare for 5.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus authored Jan 2, 2025
1 parent 09af388 commit 5164c63
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.4.3

- Do not overwrite user-provided shellcheck `--shell` argument https://github.com/bash-lsp/bash-language-server/pull/1133

## 5.4.2

- Fix wrong pnpm engine version
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.4.2",
"version": "5.4.3",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
Expand Down

0 comments on commit 5164c63

Please sign in to comment.