Skip to content

Commit

Permalink
bookkeeping: v2.0.1-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msorens committed Apr 17, 2024
1 parent f3a5753 commit 2609318
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
With a bad download URL this caused a cryptic "Error spawn Unknown system error -8" message.
- Fixed download URLs for auto-installing Styra CLI.
- Optimized vsix package, making the plugin binary 80% smaller!
- Cancelling password entry during CLI install now aborts the progress bar, too.
- Bad password during CLI install now reports a short, clean message instead of a cryptic, verbose one.
- Password entry for CLI install now allows retries without re-downloading the CLI binary.

## [2.0.0] - 2023-09-25

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/StyraInc/vscode-styra/issues"
},
"publisher": "styra",
"version": "2.0.1-next.3",
"version": "2.0.1-next.4",
"private": true,
"main": "./out/main.js",
"engines": {
Expand Down

0 comments on commit 2609318

Please sign in to comment.