Skip to content

Commit 020d986

Browse files
chore(release): publish
- project: core 0.4.4
1 parent e0496d6 commit 020d986

File tree

3 files changed

+11
-84
lines changed

3 files changed

+11
-84
lines changed

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.4 (2025-01-29)
2+
3+
### 🩹 Fixes
4+
5+
- **core:** update exports in index.ts to include utils ([e0496d6](https://github.com/rhinobase/hono-openapi/commit/e0496d6))
6+
- **core:** enhance HTTPException handling and update validateResponse type ([02562ed](https://github.com/rhinobase/hono-openapi/commit/02562ed))
7+
- **core:** add jsdocs for uniqueSymbol and generateValidatorDocs ([7451f38](https://github.com/rhinobase/hono-openapi/commit/7451f38))
8+
19
## 0.4.3 (2025-01-20)
210

311
This was a version bump only for core to align it with other projects, there were no code changes.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hono-openapi",
33
"description": "OpenAPI schema generator for Hono",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"types": "./index.d.ts",
66
"main": "./index.js",
77
"type": "module",

pnpm-lock.yaml

Lines changed: 2 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)