Skip to content

Commit

Permalink
chore(master): release wallet 1.0.0 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Oct 12, 2022
1 parent 4ee789f commit 998332e
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,6 +1,6 @@
{
"packages/wallet": "1.0.0",
"packages/access": "2.1.1",
"packages/wallet": "0.3.0",
"packages/access-api": "1.0.0",
"packages/store": "1.1.0"
}
13 changes: 13 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.0](https://github.com/web3-storage/w3-protocol/compare/wallet-v0.3.0...wallet-v1.0.0) (2022-10-10)


### ⚠ BREAKING CHANGES

* new accounts (#72)
* awake (#66)

### Features

* awake ([#66](https://github.com/web3-storage/w3-protocol/issues/66)) ([bb66f57](https://github.com/web3-storage/w3-protocol/commit/bb66f5772049e3363a753ea5b336c2fa1e42911e))
* new accounts ([#72](https://github.com/web3-storage/w3-protocol/issues/72)) ([9f6cb41](https://github.com/web3-storage/w3-protocol/commit/9f6cb419d33b9446dd80f8541228096cf2677d45))

## [0.3.0](https://github.com/web3-storage/ucan-protocol/compare/wallet-v0.2.4...wallet-v0.3.0) (2022-08-30)


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.3.0",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 998332e

Please sign in to comment.