Skip to content

Commit

Permalink
chore: release cron 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 26, 2021
1 parent 373348e commit 9e3c407
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/cron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cron/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9e3c407

Please sign in to comment.