diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index 6707e55e8b..f21302effc 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.3.0...cron-v3.4.0) (2022-06-27) + + +### Features + +* **cron:** send instance=github_action label with retrieval_duration_seconds metric ([#2020](https://github.com/nftstorage/nft.storage/issues/2020)) ([5e95d27](https://github.com/nftstorage/nft.storage/commit/5e95d27c94f7253dac00db0591992b5502cdacc2)) + ## [3.3.0](https://github.com/nftstorage/nft.storage/compare/cron-v3.2.0...cron-v3.3.0) (2022-06-22) diff --git a/packages/cron/package.json b/packages/cron/package.json index 31e9390bb4..719f6ef384 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "cron", - "version": "3.3.0", + "version": "3.4.0", "description": "NFT Storage Cron Jobs", "private": true, "main": "src/index.js",