Skip to content

Commit

Permalink
chore(main): release access-api 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
it-dag-house committed Feb 9, 2023
1 parent f6b2350 commit 4abbcbd
Show file tree
Hide file tree
Showing 3 changed files with 12 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/access-client": "9.3.0",
"packages/access-api": "4.9.0",
"packages/access-api": "4.10.0",
"packages/capabilities": "2.2.0",
"packages/upload-client": "5.4.0"
}
10 changes: 10 additions & 0 deletions packages/access-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.10.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.9.0...access-api-v4.10.0) (2023-02-09)


### Features

* add support for access/authorize and update ([#392](https://github.com/web3-storage/w3protocol/issues/392)) ([9c8ca0b](https://github.com/web3-storage/w3protocol/commit/9c8ca0b385c940c8f0c21ee9edde093d2dcab8b8)), closes [#386](https://github.com/web3-storage/w3protocol/issues/386)
* optional override for Postmark email From: field ([#354](https://github.com/web3-storage/w3protocol/issues/354)) ([f6b2350](https://github.com/web3-storage/w3protocol/commit/f6b23509768e59b72db51f6ae56cba260058771a))
* rm /reproduce-cloudflare-error route ([#426](https://github.com/web3-storage/w3protocol/issues/426)) ([99cbd2f](https://github.com/web3-storage/w3protocol/commit/99cbd2f9bbdb55f31773c5d654d02b66c2468e32))
* rm upload-api-proxy ability to route to separate environment audiences ([#407](https://github.com/web3-storage/w3protocol/issues/407)) ([5cfe274](https://github.com/web3-storage/w3protocol/commit/5cfe274fc402e3df4fd4bc8520cefb178f0eba65))

## [4.9.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.8.0...access-api-v4.9.0) (2023-01-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": "4.9.0",
"version": "4.10.0",
"description": "Access API",
"type": "module",
"main": "dist/worker.js",
Expand Down

0 comments on commit 4abbcbd

Please sign in to comment.