Skip to content

Commit d619d70

Browse files
committed
Bump server version to 1.5.5
1 parent 234bef3 commit d619d70

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

server/CHANGELOG.md

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

3+
## 1.5.5
4+
5+
* Upgrade `tree-sitter` from `0.13.5` to `0.13.22`
6+
* Upgrade `tree-sitter-bash` from `0.13.3` to `0.13.7`
7+
8+
## 1.5.4
9+
10+
* Fix explain shell configuration issue (https://github.com/mads-hartmann/bash-language-server/issues/80)
11+
312
## 1.5.3
413

514
* Support for showing warning for missing nodes

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": "1.5.4",
6+
"version": "1.5.5",
77
"publisher": "mads-hartmann",
88
"main": "out/server.js",
99
"bin": {

0 commit comments

Comments
 (0)