From bf19e3647d5bc125bf55ea4e6b28acdf955d55d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:19:08 -0700 Subject: [PATCH] chore(main): release api 4.6.0 (#2557) :robot: I have created a release *beep* *boop* --- ## [4.6.0](https://github.com/nftstorage/nft.storage/compare/api-v4.5.0...api-v4.6.0) (2024-04-04) ### Features * added script to generate ucan for w3up space and docs for how to access the space using console.web3.storage ([#2554](https://github.com/nftstorage/nft.storage/issues/2554)) ([ad33faf](https://github.com/nftstorage/nft.storage/commit/ad33faf83ae1c994f040f6ad1539496b16ad264a)) * lock w3up uploads feature switch open ([#2556](https://github.com/nftstorage/nft.storage/issues/2556)) ([6eeefeb](https://github.com/nftstorage/nft.storage/commit/6eeefebe8a54f4db9e4826cba4a0847ae8ec2d14)) --- 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 | 8 ++++++++ packages/api/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 08f9b71e36..0be6075a16 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.6.0](https://github.com/nftstorage/nft.storage/compare/api-v4.5.0...api-v4.6.0) (2024-04-04) + + +### Features + +* added script to generate ucan for w3up space and docs for how to access the space using console.web3.storage ([#2554](https://github.com/nftstorage/nft.storage/issues/2554)) ([ad33faf](https://github.com/nftstorage/nft.storage/commit/ad33faf83ae1c994f040f6ad1539496b16ad264a)) +* lock w3up uploads feature switch open ([#2556](https://github.com/nftstorage/nft.storage/issues/2556)) ([6eeefeb](https://github.com/nftstorage/nft.storage/commit/6eeefebe8a54f4db9e4826cba4a0847ae8ec2d14)) + ## [4.5.0](https://github.com/nftstorage/nft.storage/compare/api-v4.4.3...api-v4.5.0) (2024-04-02) diff --git a/packages/api/package.json b/packages/api/package.json index 9b9b4cfbce..16dfe89aaa 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.5.0", + "version": "4.6.0", "description": "NFT Storage API", "private": true, "type": "module",