From 69004b1d2399476969f374ec40ded47174be6c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 14:46:57 +0000 Subject: [PATCH] chore(main): release api 7.23.0 (#2349) :robot: I have created a release *beep* *boop* --- ## [7.23.0](https://github.com/web3-storage/web3.storage/compare/api-v7.22.0...api-v7.23.0) (2024-01-09) ### Features * api maintenance message is a FeatureHasBeenSunsetError when env.MODE is READ_ONLY ([#2346](https://github.com/web3-storage/web3.storage/issues/2346)) ([8c29cec](https://github.com/web3-storage/web3.storage/commit/8c29cec0e7dda7ac06ffac0339a734f0b0151b91)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/api/CHANGELOG.md | 7 +++++++ packages/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7c39f5846b..1239070877 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.23.0](https://github.com/web3-storage/web3.storage/compare/api-v7.22.0...api-v7.23.0) (2024-01-09) + + +### Features + +* api maintenance message is a FeatureHasBeenSunsetError when env.MODE is READ_ONLY ([#2346](https://github.com/web3-storage/web3.storage/issues/2346)) ([8c29cec](https://github.com/web3-storage/web3.storage/commit/8c29cec0e7dda7ac06ffac0339a734f0b0151b91)) + ## [7.22.0](https://github.com/web3-storage/web3.storage/compare/api-v7.21.0...api-v7.22.0) (2024-01-05) diff --git a/packages/api/package.json b/packages/api/package.json index a64ed8186b..933b4f49b1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/api", - "version": "7.22.0", + "version": "7.23.0", "private": true, "type": "module", "license": "(Apache-2.0 OR MIT)",