From b76ccf743374be1cdcd896725e313876213b9622 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:05:44 +0200 Subject: [PATCH] chore(main): release api 4.8.1 (#2680) :robot: I have created a release *beep* *boop* --- ## [4.8.1](https://github.com/nftstorage/nft.storage/compare/api-v4.8.0...api-v4.8.1) (2024-06-13) ### Bug Fixes * add backup url parts to list ([#2675](https://github.com/nftstorage/nft.storage/issues/2675)) ([c1cd467](https://github.com/nftstorage/nft.storage/commit/c1cd467315b3cdeab7a297ebb1d5023494052f18)) --- 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 82fc7374b9..e284cb3e19 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.8.1](https://github.com/nftstorage/nft.storage/compare/api-v4.8.0...api-v4.8.1) (2024-06-13) + + +### Bug Fixes + +* add backup url parts to list ([#2675](https://github.com/nftstorage/nft.storage/issues/2675)) ([c1cd467](https://github.com/nftstorage/nft.storage/commit/c1cd467315b3cdeab7a297ebb1d5023494052f18)) + ## [4.8.0](https://github.com/nftstorage/nft.storage/compare/api-v4.7.0...api-v4.8.0) (2024-04-17) diff --git a/packages/api/package.json b/packages/api/package.json index 1dcf2a2258..7f3eb35068 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.8.0", + "version": "4.8.1", "description": "NFT Storage API", "private": true, "type": "module",