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.
2 parents 82d1656 + 95dabb4 commit 213a517Copy full SHA for 213a517
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 3.0.1
4
+
5
+- Upgrade treesitter to fix node 18 issue
6
7
## 3.0.0
8
9
- Linting based on shellcheck (https://github.com/bash-lsp/bash-language-server/pull/342)
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "3.0.0",
+ "version": "3.0.1",
"publisher": "mads-hartmann",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
0 commit comments