Skip to content

Commit 0423001

Browse files
ci: release (#59)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f91f2f4 commit 0423001

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.changeset/mighty-horses-beam.md

-9
This file was deleted.
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# starlight-openapi
2+
3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#58](https://github.com/HiDeoo/starlight-openapi/pull/58) [`f91f2f4`](https://github.com/HiDeoo/starlight-openapi/commit/f91f2f4ac62c7fd0f00c48d6547158d464886aa9) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds support for Astro v5, drops support for Astro v4.
8+
9+
⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now `0.30.0`.
10+
11+
Please follow the [upgrade guide](https://github.com/withastro/starlight/releases/tag/%40astrojs/starlight%400.30.0) to update your project.

packages/starlight-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starlight-openapi",
3-
"version": "0.8.3",
3+
"version": "0.9.0",
44
"license": "MIT",
55
"description": "Starlight plugin to generate documentation from OpenAPI/Swagger specifications.",
66
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",

0 commit comments

Comments
 (0)