From 80816cac43f27afb5f585851840ad9da228c1c97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:13:25 +0000 Subject: [PATCH] chore(plugin-api): release @sapphire/plugin-api@7.0.1 --- 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 3f33385d..eef6b9fe 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.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@7.0.0...@sapphire/plugin-api@7.0.1) - (2024-11-05) + +## 🏠 Refactor + +- **route:** Consider `index` as `/` ([3e51fea](https://github.com/sapphiredev/plugins/commit/3e51fea3ba2e0407c3e0ad45f15b148f07ab0836)) ([#656](https://github.com/sapphiredev/plugins/pull/656) by @kyranet) + # [@sapphire/plugin-api@7.0.0](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-api@6.1.1...@sapphire/plugin-api@7.0.0) - (2024-11-02) ## 🏠 Refactor diff --git a/packages/api/package.json b/packages/api/package.json index cd1e2fcb..8281d99d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/plugin-api", - "version": "7.0.0", + "version": "7.0.1", "description": "Plugin for @sapphire/framework to expose a REST API", "author": "@sapphire", "license": "MIT",