From 9e3c407866e14099e9d93c883e600c680fcad13b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 08:28:12 +0000 Subject: [PATCH] chore: release cron 1.1.0 --- packages/cron/CHANGELOG.md | 15 +++++++++++++++ packages/cron/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index 6d3879c86f1..6b1f0e370a8 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.1.0](https://www.github.com/ipfs-shipyard/nft.storage/compare/cron-v1.0.1...cron-v1.1.0) (2021-05-26) + + +### Features + +* add find-user tool ([45dcdc5](https://www.github.com/ipfs-shipyard/nft.storage/commit/45dcdc55b552d1b6ba8f3ba1db9f6a263fcf7e2f)) + + +### Bug Fixes + +* guard against null size ([52a97af](https://www.github.com/ipfs-shipyard/nft.storage/commit/52a97af6a2cf2be4b8dee1de946f05179b361358)) +* increase retry timeout ([7ca6582](https://www.github.com/ipfs-shipyard/nft.storage/commit/7ca6582f0fd9ce07a59c7766fc3c907fe3d1fbf0)) +* log line labels ([f4a1f89](https://www.github.com/ipfs-shipyard/nft.storage/commit/f4a1f890f4820aae92d2fcecd630ad972658e4c9)) +* pin limiter to v2.0.1 ([107c946](https://www.github.com/ipfs-shipyard/nft.storage/commit/107c9462fc6f9118e8b390c6cbc18ef0bc55f18c)) + ### [1.0.1](https://www.github.com/ipfs-shipyard/nft.storage/compare/cron-v1.0.0...cron-v1.0.1) (2021-05-18) diff --git a/packages/cron/package.json b/packages/cron/package.json index c201cbdf295..2f7712c4909 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "cron", - "version": "1.0.1", + "version": "1.1.0", "description": "NFT Storage Cron Jobs", "private": true, "main": "src/index.js",