From d42715bde66b8281eb93fec03abc7ec64424c8a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:44:57 +0000 Subject: [PATCH] chore(plugin-cron): release @kingsworld/plugin-cron@2.0.3 --- packages/cron/CHANGELOG.md | 6 ++++++ packages/cron/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/cron/CHANGELOG.md b/packages/cron/CHANGELOG.md index afb1f30..31f91cb 100644 --- a/packages/cron/CHANGELOG.md +++ b/packages/cron/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [@kingsworld/plugin-cron@2.0.3](https://github.com/Kings-World/sapphire-plugins/compare/@kingsworld/plugin-cron@2.0.2...@kingsworld/plugin-cron@2.0.3) - (2024-09-27) + +## 🐛 Bug Fixes + +- **cron:** Correctly handle the sentry import ([c596f64](https://github.com/Kings-World/sapphire-plugins/commit/c596f64b2ae233ad2be5e02d3c68aa30329c88ce)) ([#47](https://github.com/Kings-World/sapphire-plugins/pull/47) by @SerenModz21) + # [@kingsworld/plugin-cron@2.0.2](https://github.com/Kings-World/sapphire-plugins/compare/@kingsworld/plugin-cron@2.0.1...@kingsworld/plugin-cron@2.0.2) - (2024-09-15) ## 🐛 Bug Fixes diff --git a/packages/cron/package.json b/packages/cron/package.json index b78d800..a209eb2 100644 --- a/packages/cron/package.json +++ b/packages/cron/package.json @@ -1,7 +1,7 @@ { "name": "@kingsworld/plugin-cron", "description": "A simple @sapphire/framework plugin that aims to make use of the cron package and allow users to make cron jobs within their Sapphire discord bot.", - "version": "2.0.2", + "version": "2.0.3", "author": "Seren_Modz 21 ", "license": "MIT", "main": "dist/cjs/index.cjs",