From ed5d1050856f8a09b44fcd5ea2a2f5153b4564a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:29:45 +0000 Subject: [PATCH] chore(main): release cron 1.8.0 --- packages/cron/CHANGELOG.md | 7 +++++++ packages/cron/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index aacdb4ced8..301338cca3 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/web3-storage/web3.storage/compare/cron-v1.7.1...cron-v1.8.0) (2024-03-11) + + +### Features + +* bump db package to 4.1.0 and use dep on that new version from cron, api packages ([#2362](https://github.com/web3-storage/web3.storage/issues/2362)) ([18af9c6](https://github.com/web3-storage/web3.storage/commit/18af9c673a7d600105796b271ee962e2865c1eeb)) + ## [1.7.1](https://github.com/web3-storage/web3.storage/compare/cron-v1.7.0...cron-v1.7.1) (2023-03-17) diff --git a/packages/cron/package.json b/packages/cron/package.json index f4f2c4ee1b..9dce8ada12 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/cron", - "version": "1.7.1", + "version": "1.8.0", "description": "Web3 Storage Cron Jobs", "private": true, "main": "src/index.js",