Skip to content

Commit

Permalink
chore(master): release wallet 0.2.2 (#33)
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 65bb316 commit 0f3a3ce
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.1"
"packages/wallet": "0.2.2"
}
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.2](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.2.1...wallet-v0.2.2) (2022-08-24)


### Bug Fixes

* wf testing ([65bb316](https://github.com/web3-storage/ucan-protocol/commit/65bb31671f2e7475a0c7a353e5cbb8ba07855ddb))

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

0 comments on commit 0f3a3ce

Please sign in to comment.