From b2086e1ade948799b2ee9cda3818c3bcb10c9efc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:31:29 +0000 Subject: [PATCH] chore(plugin-editable-commands): release @sapphire/plugin-editable-commands@4.0.3 --- packages/editable-commands/CHANGELOG.md | 9 +++++++++ packages/editable-commands/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/editable-commands/CHANGELOG.md b/packages/editable-commands/CHANGELOG.md index 1455f815..c4c93b9d 100644 --- a/packages/editable-commands/CHANGELOG.md +++ b/packages/editable-commands/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +# [@sapphire/plugin-editable-commands@4.0.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-editable-commands@4.0.2...@sapphire/plugin-editable-commands@4.0.3) - (2024-11-02) + +## 🐛 Bug Fixes + +- **editable-commands:** Bump `@skyra/editable-commands` dependency ([f46353d](https://github.com/sapphiredev/plugins/commit/f46353d01d782269a661608f2a133718fbb9279d)) +- **deps:** Update all non-major dependencies ([43df709](https://github.com/sapphiredev/plugins/commit/43df70954d837f7b14d62ea9123aca4b1da9ae36)) ([#574](https://github.com/sapphiredev/plugins/pull/574) by @renovate[bot]) +- **deps:** Update all non-major dependencies ([7909d16](https://github.com/sapphiredev/plugins/commit/7909d16fcec9a8e5e9a3f8816c90a26fbc7d1284)) ([#573](https://github.com/sapphiredev/plugins/pull/573) by @renovate[bot]) +- **deps:** Update all non-major dependencies ([ee64834](https://github.com/sapphiredev/plugins/commit/ee64834c799a5ac28b1ae172cb19f77a1887f3d4)) ([#546](https://github.com/sapphiredev/plugins/pull/546) by @renovate[bot]) + # [@sapphire/plugin-editable-commands@4.0.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-editable-commands@4.0.2...@sapphire/plugin-editable-commands@4.0.2) - (2024-01-19) ## 🐛 Bug Fixes diff --git a/packages/editable-commands/package.json b/packages/editable-commands/package.json index 5846b4f4..3d7dae7c 100644 --- a/packages/editable-commands/package.json +++ b/packages/editable-commands/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/plugin-editable-commands", - "version": "4.0.2", + "version": "4.0.3", "description": "Plugin for @sapphire/framework to have editable commands", "author": "@sapphire", "license": "MIT",