Skip to content

Commit

Permalink
chore(master): release wallet 0.2.3 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 24, 2022
1 parent 6a98f21 commit f2aeb46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/access": "0.1.0",
"packages/access-api": "0.1.0",
"packages/wallet": "0.2.2"
"packages/wallet": "0.2.3"
}
7 changes: 7 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.2.2...wallet-v0.2.3) (2022-08-24)


### Bug Fixes

* **wallet:** yo ([c76d82d](https://github.com/web3-storage/ucan-protocol/commit/c76d82deb561527163d17664973318648e351097))

## [0.2.2](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.2.1...wallet-v0.2.2) (2022-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit f2aeb46

Please sign in to comment.