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 d6a20ca commit 9c5aafbCopy full SHA for 9c5aafb
server/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Bash Language Server
2
3
+## 3.1.1
4
+
5
+- Dependency upgrades
6
+- Improve ShellCheck robustness for files without shebang https://github.com/bash-lsp/bash-language-server/pull/536
7
8
## 3.1.0
9
10
- Bunch of dependency upgrades
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "3.1.0",
+ "version": "3.1.1",
"publisher": "mads-hartmann",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
0 commit comments