Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release cron 1.8.0
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
commit ed5d1050856f8a09b44fcd5ea2a2f5153b4564a6
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.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)


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.7.1",
"version": "1.8.0",
"description": "Web3 Storage Cron Jobs",
"private": true,
"main": "src/index.js",
Expand Down