From 48089e7a62d0ad142d48efbb993121db53350a70 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 18 Jan 2023 19:14:03 +0000 Subject: [PATCH] chore(main): release access-api 4.4.0 (#358) :robot: I have created a release *beep* *boop* --- ## [4.4.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.3.0...access-api-v4.4.0) (2023-01-18) ### Features * access-api upload-api-proxy routes invocations with staging audience to staging upload-api ([#357](https://github.com/web3-storage/w3protocol/issues/357)) ([311b975](https://github.com/web3-storage/w3protocol/commit/311b97593f145775864e29d6d1a7d4b01987e7ca)) ### Bug Fixes * upload-api-proxy default fetch binds to globalThis ([#361](https://github.com/web3-storage/w3protocol/issues/361)) ([c876b06](https://github.com/web3-storage/w3protocol/commit/c876b06c370fbcc9670527433067ef4709fe8087)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- packages/access-api/CHANGELOG.md | 12 ++++++++++++ packages/access-api/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4304378e1..a8371700f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "9.2.0", - "packages/access-api": "4.3.0", + "packages/access-api": "4.4.0", "packages/capabilities": "2.1.0", "packages/upload-client": "5.3.0" } diff --git a/packages/access-api/CHANGELOG.md b/packages/access-api/CHANGELOG.md index 826de212e..4ced85b2f 100644 --- a/packages/access-api/CHANGELOG.md +++ b/packages/access-api/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.4.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.3.0...access-api-v4.4.0) (2023-01-18) + + +### Features + +* access-api upload-api-proxy routes invocations with staging audience to staging upload-api ([#357](https://github.com/web3-storage/w3protocol/issues/357)) ([d8325af](https://github.com/web3-storage/w3protocol/commit/d8325afebde6c67fb54767a0ab1e639d6248389e)) + + +### Bug Fixes + +* upload-api-proxy default fetch binds to globalThis ([#361](https://github.com/web3-storage/w3protocol/issues/361)) ([a96e6af](https://github.com/web3-storage/w3protocol/commit/a96e6af1cebacb84a097d1fc24d4fe5f658c1b93)) + ## [4.3.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.2.0...access-api-v4.3.0) (2023-01-17) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 3e6fb8e4c..0145fda10 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access-api", - "version": "4.3.0", + "version": "4.4.0", "description": "Access API", "type": "module", "main": "dist/worker.js",