Skip to content

Commit 7a3eb9c

Browse files
committed
Release server 4.5.1
1 parent 4ef797d commit 7a3eb9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

server/CHANGELOG.md

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

3+
## 4.5.1
4+
5+
- Include grouped variables and functions when finding global declarations https://github.com/bash-lsp/bash-language-server/pull/685
6+
- Skip completions in the middle of a non word when the following characters is not an empty list or whitespace. https://github.com/bash-lsp/bash-language-server/pull/684
7+
38
## 4.5.0
49

510
- 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

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

0 commit comments

Comments
 (0)