From 5395cccbc7d0a5a0c7b3c0d770430ea1020f3c62 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:39:12 +0000 Subject: [PATCH] chore(plugin-pattern-commands): release @sapphire/plugin-pattern-commands@6.0.3 --- packages/pattern-commands/CHANGELOG.md | 12 ++++++++++++ packages/pattern-commands/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/pattern-commands/CHANGELOG.md b/packages/pattern-commands/CHANGELOG.md index d40c2ab0..02701c7e 100644 --- a/packages/pattern-commands/CHANGELOG.md +++ b/packages/pattern-commands/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [@sapphire/plugin-pattern-commands@6.0.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-pattern-commands@6.0.2...@sapphire/plugin-pattern-commands@6.0.3) - (2024-11-02) + +## 🐛 Bug Fixes + +- **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]) + +## 📝 Documentation + +- **typedoc:** Exclude externals to exclude Collection and Map methods from Store ([c3e54a4](https://github.com/sapphiredev/plugins/commit/c3e54a4e412a150f57f5795ae9c2a26974cfd0a6)) + # [@sapphire/plugin-pattern-commands@6.0.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-pattern-commands@6.0.2...@sapphire/plugin-pattern-commands@6.0.2) - (2024-01-19) ## 🐛 Bug Fixes diff --git a/packages/pattern-commands/package.json b/packages/pattern-commands/package.json index 81d65ab8..9b6404d4 100644 --- a/packages/pattern-commands/package.json +++ b/packages/pattern-commands/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/plugin-pattern-commands", - "version": "6.0.2", + "version": "6.0.3", "description": "Plugin for @sapphire/framework that adds support for pattern commands.", "author": "@sapphire", "license": "MIT",