Skip to content

Commit 0d164ed

Browse files
authored
Bump version to 5.0.0-rc2
1 parent 70cd1e6 commit 0d164ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: server/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
## 5.0.0 (beta)
44

5-
- Drop support for Node.js 14 that is no longer maintained (security updates ended 30 Apr 2023)
6-
- Internal changes: switch from yarn classic to pnpm
5+
- Downgrade tree sitter to a stable version https://github.com/bash-lsp/bash-language-server/pull/911
6+
- Drop support for Node.js 14 that is no longer maintained (security updates ended 30 Apr 2023) https://github.com/bash-lsp/bash-language-server/pull/893
7+
- Internal changes: switch from yarn classic to pnpm https://github.com/bash-lsp/bash-language-server/pull/893
78

89
## 4.10.3
910

Diff for: server/package.json

+1-1
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": "5.0.0-rc1",
6+
"version": "5.0.0-rc2",
77
"main": "./out/server.js",
88
"typings": "./out/server.d.ts",
99
"bin": {

0 commit comments

Comments
 (0)