diff --git a/CHANGELOG.md b/CHANGELOG.md index a941a9b..64b6b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 7089b91..03a7bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-styra", - "version": "2.0.1-next.3", + "version": "2.0.1-next.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-styra", - "version": "2.0.1-next.3", + "version": "2.0.1-next.4", "dependencies": { "command-exists": "^1.2.9", "fs-extra": "^10.0.0", diff --git a/package.json b/package.json index 38d049a..2faef43 100644 --- a/package.json +++ b/package.json @@ -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": {