diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index dc390d9496..6707e55e8b 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.2.0...cron-v3.3.0) (2022-06-22) + + +### Features + +* followup fixes for [#1945](https://github.com/nftstorage/nft.storage/issues/1945) after testing nft-ttr cron ([#2000](https://github.com/nftstorage/nft.storage/issues/2000)) ([0765548](https://github.com/nftstorage/nft.storage/commit/0765548a4f46ebd2ccd1f5358e68686e766af1d8)) + ## [3.2.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.1.0...cron-v3.2.0) (2022-06-16) diff --git a/packages/cron/package.json b/packages/cron/package.json index 11e78415c3..31e9390bb4 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "cron", - "version": "3.2.0", + "version": "3.3.0", "description": "NFT Storage Cron Jobs", "private": true, "main": "src/index.js",