Skip to content

Commit

Permalink
chore(master): release wallet 0.2.0 (#30)
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>
Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
  • Loading branch information
github-actions[bot] and hugomrdias authored Aug 24, 2022
1 parent a22baec commit 8eac6ee
Show file tree
Hide file tree
Showing 3 changed files with 15 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.1.0"
"packages/wallet": "0.2.0"
}
13 changes: 13 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.2.0](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.1.0...wallet-v0.2.0) (2022-08-24)


### Features

* resync ([5cae9cd](https://github.com/web3-storage/ucan-protocol/commit/5cae9cd55cfcc06046eb23a2f33931299dd07ff5))


### Bug Fixes

* **access-api:** changes names, update deps ([3f9e1f8](https://github.com/web3-storage/ucan-protocol/commit/3f9e1f800728f57a9b194154c1b2e0133aa5bca4))
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.1.0",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8eac6ee

Please sign in to comment.