Skip to content

Commit 45fccf8

Browse files
committed
Release server 4.5.2
1 parent 2e17570 commit 45fccf8

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.2
4+
5+
- fixed `onReferences` to respect the `context.includeDeclaration` flag
6+
- removed unnecessary dependency `urijs`
7+
38
## 4.5.1
49

510
- Include grouped variables and functions when finding global declarations https://github.com/bash-lsp/bash-language-server/pull/685

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

0 commit comments

Comments
 (0)