Skip to content

Commit

Permalink
chore(master): release access-api 1.0.0 (#51)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.0.0](access-api-v0.4.0...access-api-v1.0.0) (2022-09-21)


### ⚠ BREAKING CHANGES

* awake (#66)

### Features

* awake ([#66](#66)) ([bb66f57](bb66f57))
* support ucan as bearer ([#50](#50)) ([bc73755](bc73755))


### Bug Fixes

* **access-api:** cors on errors ([bb8e916](bb8e916))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hugomrdias authored Sep 22, 2022
1 parent 6d61934 commit 6a7ea62
Show file tree
Hide file tree
Showing 3 changed files with 19 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,7 +1,7 @@
{
"packages/access": "1.0.0",
"packages/wallet": "0.3.0",
"packages/access-api": "0.4.0",
"packages/access-api": "1.0.0",
"packages/sigv4": "1.0.0",
"packages/store": "1.1.0"
}
17 changes: 17 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.0](https://github.com/web3-storage/ucan-protocol/compare/access-api-v0.4.0...access-api-v1.0.0) (2022-09-21)


### ⚠ BREAKING CHANGES

* awake (#66)

### Features

* awake ([#66](https://github.com/web3-storage/ucan-protocol/issues/66)) ([bb66f57](https://github.com/web3-storage/ucan-protocol/commit/bb66f5772049e3363a753ea5b336c2fa1e42911e))
* support ucan as bearer ([#50](https://github.com/web3-storage/ucan-protocol/issues/50)) ([bc73755](https://github.com/web3-storage/ucan-protocol/commit/bc73755a308d116ba42f67cef2c7a6be5307c327))


### Bug Fixes

* **access-api:** cors on errors ([bb8e916](https://github.com/web3-storage/ucan-protocol/commit/bb8e91693be87186846bac166b1e5ab05c33a112))

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


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.4.0",
"version": "1.0.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit 6a7ea62

Please sign in to comment.