Skip to content

Commit

Permalink
Prepare extension for release (1.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
domnewkirk committed May 15, 2020
1 parent 91b9554 commit 4eb6ffc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions vscode-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Bash IDE

## 1.10.0

* Upgrade language server to 1.15.0 (improved hover and completion documentation)

## 1.9.1

* Upgrade language server to 1.13.1 (improved file lookup error handling)
Expand Down
4 changes: 2 additions & 2 deletions vscode-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
"version": "1.9.1",
"version": "1.10.0",
"publisher": "mads-hartmann",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"vscode:prepublish": "cd .. && yarn run compile"
},
"dependencies": {
"bash-language-server": "1.13.1",
"bash-language-server": "1.15.0",
"vscode-languageclient": "^6.1.3",
"vscode-languageserver": "^6.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions vscode-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ balanced-match@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"

bash-language-server@1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.13.1.tgz#0b8bae23ea505bc7a4379c230e2eb47496093291"
integrity sha512-9JbJ5i+wD6stYi2U2QF9xPrd1c+g5V2puLRet1y5UXOsqYhvYQt4E/JohRCYuHltbMX48dz8lx5RUcurkffZ7g==
bash-language-server@1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.15.0.tgz#4ba35734751e9988913e00c0beb42b31ee557255"
integrity sha512-Hd8c0keP2pYIE7Kohp1EzI/1xYMUX6asRrk3jMj+qDpTg49KQ9GvF0ZyUJCBAzZJZHhIP3Mw6N18LDmmW8K6ow==
dependencies:
fuzzy-search "^3.2.1"
glob "^7.1.6"
Expand Down

0 comments on commit 4eb6ffc

Please sign in to comment.