Skip to content

Commit

Permalink
Merge pull request #1200 from bash-lsp/5.4.2
Browse files Browse the repository at this point in the history
Release 5.4.2
  • Loading branch information
skovhus authored Sep 25, 2024
2 parents e6555e8 + c4f87c4 commit 7661b94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"engines": {
"node": ">=16",
"pnpm": ">=8.x"
"pnpm": ">=9.x"
},
"jest": {
"preset": "ts-jest",
Expand Down
4 changes: 4 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bash Language Server

## 5.4.2

- Fix wrong pnpm engine version

## 5.4.1

- Bump treesitter to latest version
Expand Down
5 changes: 2 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
"version": "5.4.1",
"version": "5.4.2",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
Expand All @@ -14,8 +14,7 @@
"url": "https://github.com/bash-lsp/bash-language-server"
},
"engines": {
"node": ">=16",
"pnpm": ">=9.1.1"
"node": ">=16"
},
"dependencies": {
"editorconfig": "2.0.0",
Expand Down

0 comments on commit 7661b94

Please sign in to comment.