We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8dd97 commit 54a8774Copy full SHA for 54a8774
server/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Bash Language Server
2
3
+## 3.2.0
4
+
5
+- Dependency upgrades
6
+- Default to shellcheck binary found on path https://github.com/bash-lsp/bash-language-server/pull/555
7
8
## 3.1.1
9
10
- Dependency upgrades
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "3.1.1",
+ "version": "3.2.0",
"publisher": "mads-hartmann",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
0 commit comments