From 6051232ef53ff283781cd509f12838e4d8ff09ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:47:22 +0200 Subject: [PATCH] chore(main): release cron 3.6.0 (#2530) :robot: I have created a release *beep* *boop* --- ## [3.6.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.5.0...cron-v3.6.0) (2024-04-03) ### 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)) --- 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/cron/CHANGELOG.md | 7 +++++++ packages/cron/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index 1f7976fbc9..a72948b98c 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.5.0...cron-v3.6.0) (2024-04-03) + + +### 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)) + ## [3.5.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.4.0...cron-v3.5.0) (2022-07-01) diff --git a/packages/cron/package.json b/packages/cron/package.json index 9852be0ea7..681e67411d 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "cron", - "version": "3.5.0", + "version": "3.6.0", "description": "NFT Storage Cron Jobs", "private": true, "main": "src/index.js",