Skip to content

Commit 9a4d8f9

Browse files
committed
Release server version 4.5.3
1 parent fe48803 commit 9a4d8f9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: server/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Bash Language Server
22

3+
## 4.5.3
4+
5+
- Fix issue where some features would work as expected in case of a syntax issue https://github.com/bash-lsp/bash-language-server/pull/691
6+
37
## 4.5.2
48

5-
- fixed `onReferences` to respect the `context.includeDeclaration` flag
6-
- removed unnecessary dependency `urijs`
9+
- Fixed `onReferences` to respect the `context.includeDeclaration` flag https://github.com/bash-lsp/bash-language-server/pull/688
10+
- Removed unnecessary dependency `urijs` https://github.com/bash-lsp/bash-language-server/pull/688
711

812
## 4.5.1
913

Diff for: server/package.json

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

0 commit comments

Comments
 (0)