From f79a38b37161756952abeca5a7d2d71d0e38e8d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:41:11 -0700 Subject: [PATCH] chore(main): release nft.storage 7.2.0 (#2532) :robot: I have created a release *beep* *boop* --- ## [7.2.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v7.1.1...nft.storage-v7.2.0) (2024-07-01) ### Features * POST /uploads can write uploads to w3up for web3 serving and dagcargoless filecoin deal-making ([#2522](https://github.com/nftstorage/nft.storage/issues/2522)) ([0c77cb3](https://github.com/nftstorage/nft.storage/commit/0c77cb3646586b1a802e8c8ca2e8c54d0a006f56)) * **website:** update website to remove upload functionality ([#2704](https://github.com/nftstorage/nft.storage/issues/2704)) ([060dfd5](https://github.com/nftstorage/nft.storage/commit/060dfd54df7d6d8fadf856b1d90a92c1b731450d)) --- 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/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index fa32e253bf..9a397f8da2 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.2.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v7.1.1...nft.storage-v7.2.0) (2024-07-01) + + +### Features + +* POST /uploads can write uploads to w3up for web3 serving and dagcargoless filecoin deal-making ([#2522](https://github.com/nftstorage/nft.storage/issues/2522)) ([0c77cb3](https://github.com/nftstorage/nft.storage/commit/0c77cb3646586b1a802e8c8ca2e8c54d0a006f56)) +* **website:** update website to remove upload functionality ([#2704](https://github.com/nftstorage/nft.storage/issues/2704)) ([060dfd5](https://github.com/nftstorage/nft.storage/commit/060dfd54df7d6d8fadf856b1d90a92c1b731450d)) + ## [7.1.1](https://github.com/nftstorage/nft.storage/compare/nft.storage-v7.1.0...nft.storage-v7.1.1) (2023-07-20) diff --git a/packages/client/package.json b/packages/client/package.json index a28337c01b..c76bea4a0c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage", - "version": "7.1.1", + "version": "7.2.0", "description": "A client library for the https://nft.storage/ service. It provides a convenient interface for working with the HTTP API from a web browser or Node.js", "license": "(Apache-2.0 OR MIT)", "type": "module",