Skip to content

Commit

Permalink
chore(main): release cron 1.7.0 (#1905)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Jan 3, 2023
1 parent 43a8708 commit 40bda04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/cron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.7.0](https://github.com/web3-storage/web3.storage/compare/cron-v1.6.1...cron-v1.7.0) (2023-01-03)


### Features

* 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))
* 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))
* 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))

## [1.6.1](https://github.com/web3-storage/web3.storage/compare/cron-v1.6.0...cron-v1.6.1) (2022-09-16)


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": "@web3-storage/cron",
"version": "1.6.1",
"version": "1.7.0",
"description": "Web3 Storage Cron Jobs",
"private": true,
"main": "src/index.js",
Expand Down

0 comments on commit 40bda04

Please sign in to comment.