From ea411dfb8420942c2ecc8c4806c5f9962c48810d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 07:06:55 +0000 Subject: [PATCH] chore(plugin-api): release @sapphire/plugin-api@7.0.3 --- packages/api/CHANGELOG.md | 6 ++++++ packages/api/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5d063212..5c80e65b 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [@sapphire/plugin-api@7.0.3](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@7.0.2...@sapphire/plugin-api@7.0.3) - (2024-11-06) + +## 🐛 Bug Fixes + +- **cors:** Use `RouterNode` for the available ACAM values ([b77af3f](https://github.com/sapphiredev/plugins/commit/b77af3f30897a3e123dce323f02cffba30ce4735)) ([#658](https://github.com/sapphiredev/plugins/pull/658) by @kyranet) + # [@sapphire/plugin-api@7.0.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@7.0.1...@sapphire/plugin-api@7.0.2) - (2024-11-05) ## 🐛 Bug Fixes diff --git a/packages/api/package.json b/packages/api/package.json index 5e385091..c463e43f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/plugin-api", - "version": "7.0.2", + "version": "7.0.3", "description": "Plugin for @sapphire/framework to expose a REST API", "author": "@sapphire", "license": "MIT",