Skip to content

Commit 47253fa

Browse files
ci: release (#76)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 52dd833 commit 47253fa

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/pretty-pumas-hang.md

-11
This file was deleted.

packages/starlight-openapi/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# starlight-openapi
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#75](https://github.com/HiDeoo/starlight-openapi/pull/75) [`52dd833`](https://github.com/HiDeoo/starlight-openapi/commit/52dd833ca0cb2bcac14693f95ebe9bfd758232a5) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`.
8+
9+
Please use the `@astrojs/upgrade` command to upgrade your project:
10+
11+
```sh
12+
npx @astrojs/upgrade
13+
```
14+
315
## 0.12.1
416

517
### Patch Changes

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.12.1",
3+
"version": "0.13.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)