diff --git a/.changeset/olive-meals-shout.md b/.changeset/olive-meals-shout.md deleted file mode 100644 index 3d52135..0000000 --- a/.changeset/olive-meals-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-openapi': minor ---- - -Adds a new [`sidebarMethodBadges`](https://starlight-openapi.vercel.app/configuration/#sidebarmethodbadges) schema configuration option to display badges next to sidebar operation links with the associated HTTP method. diff --git a/packages/starlight-openapi/CHANGELOG.md b/packages/starlight-openapi/CHANGELOG.md index 863733d..1859e58 100644 --- a/packages/starlight-openapi/CHANGELOG.md +++ b/packages/starlight-openapi/CHANGELOG.md @@ -1,5 +1,11 @@ # starlight-openapi +## 0.11.0 + +### Minor Changes + +- [#67](https://github.com/HiDeoo/starlight-openapi/pull/67) [`194dfe7`](https://github.com/HiDeoo/starlight-openapi/commit/194dfe771958a33883da251503495f49cf140b54) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds a new [`sidebarMethodBadges`](https://starlight-openapi.vercel.app/configuration/#sidebarmethodbadges) schema configuration option to display badges next to sidebar operation links with the associated HTTP method. + ## 0.10.0 ### Minor Changes diff --git a/packages/starlight-openapi/package.json b/packages/starlight-openapi/package.json index 1d4d1ff..3b0b0e6 100644 --- a/packages/starlight-openapi/package.json +++ b/packages/starlight-openapi/package.json @@ -1,6 +1,6 @@ { "name": "starlight-openapi", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "description": "Starlight plugin to generate documentation from OpenAPI/Swagger specifications.", "author": "HiDeoo (https://hideoo.dev)",