Skip to content

Commit

Permalink
bump wallet version to 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Oct 31, 2023
1 parent 0b4c9f5 commit 3bd2733
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.1.10

### Changed

- Refactoring to support new SDK version.

### Added

- Add `grpcTransport` to the wallet-api.

### Removed

- `getJsonRpcClient` from the wallet-api.

## 1.1.9

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@concordium/browser-wallet",
"private": true,
"version": "1.1.9",
"version": "1.1.10",
"description": "Browser extension wallet for the Concordium blockchain",
"author": "Concordium Software",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3bd2733

Please sign in to comment.