Skip to content

Commit 58a7022

Browse files
committed
Bump version to 3.0.2
1 parent 360b4f4 commit 58a7022

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

server/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Bash Language Server
22

3+
## 3.0.2
4+
5+
- Fix analyzer not being called when getHighlightParsingError is off https://github.com/bash-lsp/bash-language-server/pull/396
6+
37
## 3.0.1
48

5-
- Upgrade treesitter to fix node 18 issue
9+
- Upgrade web-tree-sitter to fix node 18 issue https://github.com/bash-lsp/bash-language-server/pull/394
610

711
## 3.0.0
812

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": "3.0.1",
6+
"version": "3.0.2",
77
"publisher": "mads-hartmann",
88
"main": "./out/server.js",
99
"typings": "./out/server.d.ts",

0 commit comments

Comments
 (0)