Skip to content

Commit

Permalink
chore(master): release wallet 0.2.1 (#32)
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] committed Aug 24, 2022
1 parent 24eb19a commit 76e2796
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.0"
"packages/wallet": "0.2.1"
}
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.1](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.2.0...wallet-v0.2.1) (2022-08-24)


### Bug Fixes

* **wallet:** test wf ([24eb19a](https://github.com/web3-storage/ucan-protocol/commit/24eb19a6d141ee0e74dac005560e055abc051181))

## [0.2.0](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.1.0...wallet-v0.2.0) (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.0",
"version": "0.2.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 76e2796

Please sign in to comment.