Skip to content

Commit

Permalink
chore(main): release cron 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2022
1 parent eae21dd commit 053ef86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/cron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/web3-storage/web3.storage/compare/cron-v1.0.0...cron-v1.1.0) (2022-05-27)


### Features

* send email notifications for storage quota usage ([#1273](https://github.com/web3-storage/web3.storage/issues/1273)) ([0b1eb09](https://github.com/web3-storage/web3.storage/commit/0b1eb09b32dfb6cb1b3a5a8b5034dc4ac54ba3e2))

## 1.0.0 (2022-05-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.0.0",
"version": "1.1.0",
"description": "Web3 Storage Cron Jobs",
"private": true,
"main": "src/index.js",
Expand Down

0 comments on commit 053ef86

Please sign in to comment.