Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
## 0.0.10 - 2021-03-08

### Added

- New Account view that displays the current balance of the account
  - Clicking on the balance will toggle its display for privacy

### Fixed

- Corrected rules for the Help & Feedback view that prevented users from using them if they weren't authenticated
- Corrected message displayed when authenticating. Previously asked for a url rather than Vonage API key 0.0.10
  • Loading branch information
Versioning Action committed Mar 8, 2021
1 parent 9ee431a commit fe220fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode",
"displayName": "Vonage",
"version": "0.0.9",
"version": "0.0.10",
"description": "A Visual Studio Code extension for accessing the Vonage communication APIs.",
"main": "./dist/extension",
"repository": {
Expand Down Expand Up @@ -465,4 +465,4 @@
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0"
}
}
}

0 comments on commit fe220fe

Please sign in to comment.