Skip to content

Commit 40bda04

Browse files
chore(main): release cron 1.7.0 (#1905)
🤖 I have created a release *beep* *boop* --- ## [1.7.0](cron-v1.6.1...cron-v1.7.0) (2023-01-03) ### Features * increase timeout for pins cron ([#2174](#2174)) ([43a8708](43a8708)) * put write to cluster behind a flag ([#1785](#1785)) ([eae75d2](eae75d2)) * split pins cron by environments ([#1903](#1903)) ([2c81055](2c81055)) --- 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>
1 parent 43a8708 commit 40bda04

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

packages/cron/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/web3-storage/web3.storage/compare/cron-v1.6.1...cron-v1.7.0) (2023-01-03)
4+
5+
6+
### Features
7+
8+
* increase timeout for pins cron ([#2174](https://github.com/web3-storage/web3.storage/issues/2174)) ([43a8708](https://github.com/web3-storage/web3.storage/commit/43a8708cd39e55c5875f7bf5fc6896edb41026e2))
9+
* put write to cluster behind a flag ([#1785](https://github.com/web3-storage/web3.storage/issues/1785)) ([eae75d2](https://github.com/web3-storage/web3.storage/commit/eae75d2366d59b0cf16143723a5af6513d891f9e))
10+
* split pins cron by environments ([#1903](https://github.com/web3-storage/web3.storage/issues/1903)) ([2c81055](https://github.com/web3-storage/web3.storage/commit/2c81055c6f0f9dfb3b9aa908e34db700d6f41b45))
11+
312
## [1.6.1](https://github.com/web3-storage/web3.storage/compare/cron-v1.6.0...cron-v1.6.1) (2022-09-16)
413

514

packages/cron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-storage/cron",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Web3 Storage Cron Jobs",
55
"private": true,
66
"main": "src/index.js",

0 commit comments

Comments
 (0)