From 5b5b3bbb3940bccdeecae3199200ae724bb72bb4 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 19 Jan 2023 21:19:36 +0000 Subject: [PATCH] chore(main): release access-api 4.7.0 (#377) :robot: I have created a release *beep* *boop* --- ## [4.7.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.6.1...access-api-v4.7.0) (2023-01-19) ### Features * upload-api-proxy production url is to aws http gateway instead of up.web3.storage ([#376](https://github.com/web3-storage/w3protocol/issues/376)) ([4b068f5](https://github.com/web3-storage/w3protocol/commit/4b068f55d77595fe1b441d268f9988cc84993700)) --- 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 | 7 +++++++ packages/access-api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 029c224e2..82de5e8e5 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.6.1", + "packages/access-api": "4.7.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 e7e2e953d..bb0867372 100644 --- a/packages/access-api/CHANGELOG.md +++ b/packages/access-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.0](https://github.com/web3-storage/w3protocol/compare/access-api-v4.6.1...access-api-v4.7.0) (2023-01-19) + + +### Features + +* upload-api-proxy production url is to aws http gateway instead of up.web3.storage ([#376](https://github.com/web3-storage/w3protocol/issues/376)) ([96a856d](https://github.com/web3-storage/w3protocol/commit/96a856dc7b8d9ed7d305e44d06579b16d629fa33)) + ## [4.6.1](https://github.com/web3-storage/w3protocol/compare/access-api-v4.6.0...access-api-v4.6.1) (2023-01-19) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 1c04d2613..09b896a6d 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access-api", - "version": "4.6.1", + "version": "4.7.0", "description": "Access API", "type": "module", "main": "dist/worker.js",