Skip to content

Commit 3c1ba1f

Browse files
committed
Release new server version 4.5.0
1 parent 0e22fe7 commit 3c1ba1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

server/CHANGELOG.md

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

3+
## 4.5.0
4+
5+
- Include 30 snippets for language constructs (e.g. `if`), builtins (e.g. `test`), expansions (e.g. `[##]`), and external programs (e.g. `sed`) https://github.com/bash-lsp/bash-language-server/pull/683
6+
37
## 4.4.0
48

59
- Improve source command parser and include diagnostics when parser fails https://github.com/bash-lsp/bash-language-server/pull/673

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

0 commit comments

Comments
 (0)