Skip to content

Commit 3e3774e

Browse files
committed
Prepare server for v3
1 parent c6c7c74 commit 3e3774e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

server/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
- Linting based on shellcheck (https://github.com/bash-lsp/bash-language-server/pull/342)
6+
- BREAKING: Drop node 11 support (ton of dependencies upgraded).
7+
38
## 2.1.0
49

5-
- Fix failing to get options if bash-completion<=2.9 #340 (https://github.com/bash-lsp/bash-language-server/pull/340)
10+
- Fix failing to get options if bash-completion<=2.9 (https://github.com/bash-lsp/bash-language-server/pull/340)
611
- onHover now supports for multiline code comments (https://github.com/bash-lsp/bash-language-server/pull/348)
712
- Dependency upgrades
813

server/package.json

Lines changed: 2 additions & 2 deletions
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": "2.1.0",
6+
"version": "3.0.0",
77
"publisher": "mads-hartmann",
88
"main": "./out/server.js",
99
"typings": "./out/server.d.ts",
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/bash-lsp/bash-language-server"
1616
},
1717
"engines": {
18-
"node": ">=11.0.0"
18+
"node": ">=12.0.0"
1919
},
2020
"dependencies": {
2121
"fuzzy-search": "^3.2.1",

0 commit comments

Comments
 (0)