Skip to content

Commit

Permalink
chore(master): release access-api 0.4.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Aug 31, 2022
1 parent 8d319fe commit d8eeaa0
Show file tree
Hide file tree
Showing 3 changed files with 16 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.1",
"packages/wallet": "0.3.0",
"packages/access-api": "0.3.0"
"packages/access-api": "0.4.0"
}
14 changes: 14 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.0](https://github.com/web3-storage/ucan-protocol/compare/access-api-v0.3.0...access-api-v0.4.0) (2022-08-31)


### Features

* **access-api:** add email notifications ([40b5332](https://github.com/web3-storage/ucan-protocol/commit/40b53323b9c569b191f35d62d32aac844de18fdd))


### Bug Fixes

* new email for notifications ([57b6845](https://github.com/web3-storage/ucan-protocol/commit/57b6845a56f534505eeabdf5ab2e20f8b37c9532))
* reconfigure ava to avoid ci problems ([ce2006e](https://github.com/web3-storage/ucan-protocol/commit/ce2006eb8f02153618c2e483a5bb5983443ff89a))
* remove [email protected] ([8d319fe](https://github.com/web3-storage/ucan-protocol/commit/8d319fef315fa5dd3a0b88b8bf23f5576e8adc28))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/access-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access-api",
"version": "0.3.0",
"version": "0.4.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit d8eeaa0

Please sign in to comment.