@sapphire/plugin-scheduled-tasks 5.0.0-next.8e27891.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-scheduled-tasks@5.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-scheduled-tasks@4.0.1...@sapphire/plugin-scheduled-tasks@5.0.0) - (2022-09-25)
6
+
7
+ ## 🚀 Features
8
+
9
+ - **scheduled-tasks:** Update dependency bullmq to v2 (#363) ([8e27891](https://github.com/sapphiredev/plugins/commit/8e2789132829eeeab3b52529d4ecefedbbc78ace))
10
+ - 💥 **BREAKING CHANGE:** scheduled-tasks plugin now depends on BullMQ v2, please update your dependency.
11
+
5
12
  # [@sapphire/plugin-scheduled-tasks@4.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-scheduled-tasks@4.0.0...@sapphire/plugin-scheduled-tasks@4.0.1) - (2022-09-18)
6
13
 
7
14
  ## 🏠 Refactor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-scheduled-tasks",
3
- "version": "5.0.0-next.8e27891.0",
3
+ "version": "5.0.0",
4
4
  "description": "Plugin for @sapphire/framework to have scheduled tasks",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",