Skip to content

Commit 9afb564

Browse files
Version Packages (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 426cd9f commit 9afb564

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/some-moments-shop.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# `@bedtime-coders/elysia-openapi` Changelog
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- First major version _[`f19b75b`](https://github.com/bedtime-coders/elysia-openapi/commit/f19b75b5e42cffb7b4768acab959f77f64aee5a2) [@yamcodes](https://github.com/yamcodes)_
8+
9+
Release the first major version due to all tests passing after 0.x.x changes.
10+
311
## 0.0.13
412

513
### Patch Changes
614

7-
- Fix Changeset Publish _[`23aff67`](https://github.com/bedtime-coders/elysia-openapi/commit/23aff67e1eed4547fe1f358a2b13a22fb41a111a) [@yamcodes](https://github.com/yamcodes)_
15+
- Fix Changeset Publish _[`23aff67`](https://github.com/bedtime-coders/elysia-openapi/commit/23aff67e1eed4547fe1f358a2b13a22fb41a111a) [@yamcodes](https://github.com/yamcodes)_
816

917
## 0.0.6
1018

@@ -16,12 +24,12 @@
1624

1725
### Patch Changes
1826

19-
- Change `swagger` references into `openapi` _[`3889419`](https://github.com/bedtime-coders/elysia-openapi/commit/388941913a3dff6dc904016d408eec21376a8958) [@yamcodes](https://github.com/yamcodes)_
20-
- Fix import bug _[`e9d6985`](https://github.com/bedtime-coders/elysia-openapi/commit/e9d69855ec040ded217ebff0e7b6abbbb5800b83) [@yamcodes](https://github.com/yamcodes)_
21-
- Fix build issue _[`7bb8255`](https://github.com/bedtime-coders/elysia-openapi/commit/7bb8255d8dc9f5829d408425208af6e92874f13a) [@yamcodes](https://github.com/yamcodes)_
27+
- Change `swagger` references into `openapi` _[`3889419`](https://github.com/bedtime-coders/elysia-openapi/commit/388941913a3dff6dc904016d408eec21376a8958) [@yamcodes](https://github.com/yamcodes)_
28+
- Fix import bug _[`e9d6985`](https://github.com/bedtime-coders/elysia-openapi/commit/e9d69855ec040ded217ebff0e7b6abbbb5800b83) [@yamcodes](https://github.com/yamcodes)_
29+
- Fix build issue _[`7bb8255`](https://github.com/bedtime-coders/elysia-openapi/commit/7bb8255d8dc9f5829d408425208af6e92874f13a) [@yamcodes](https://github.com/yamcodes)_
2230

2331
## 0.0.2
2432

2533
### Patch Changes
2634

27-
- Bump `@scalar` packages _[`207defe`](https://github.com/bedtime-coders/elysia-openapi/commit/207defe0c7985905fbc731c22fdd570388490ddf) [@yamcodes](https://github.com/yamcodes)_
35+
- Bump `@scalar` packages _[`207defe`](https://github.com/bedtime-coders/elysia-openapi/commit/207defe0c7985905fbc731c22fdd570388490ddf) [@yamcodes](https://github.com/yamcodes)_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bedtime-coders/elysia-openapi",
3-
"version": "0.0.13",
3+
"version": "1.0.0",
44
"description": "Plugin for Elysia to auto-generate OpenAPI page",
55
"author": {
66
"name": "Yam Borodetsky",

0 commit comments

Comments
 (0)