Skip to content

Commit

Permalink
Release server 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus committed Jan 23, 2023
1 parent 2e17570 commit 45fccf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Bash Language Server

## 4.5.2

- fixed `onReferences` to respect the `context.includeDeclaration` flag
- removed unnecessary dependency `urijs`

## 4.5.1

- Include grouped variables and functions when finding global declarations https://github.com/bash-lsp/bash-language-server/pull/685
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
"version": "4.5.1",
"version": "4.5.2",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
Expand Down

0 comments on commit 45fccf8

Please sign in to comment.