Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: core 0.4.4
  • Loading branch information
MathurAditya724 committed Jan 29, 2025
1 parent e0496d6 commit 020d986
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 84 deletions.
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.4 (2025-01-29)

### 🩹 Fixes

- **core:** update exports in index.ts to include utils ([e0496d6](https://github.com/rhinobase/hono-openapi/commit/e0496d6))
- **core:** enhance HTTPException handling and update validateResponse type ([02562ed](https://github.com/rhinobase/hono-openapi/commit/02562ed))
- **core:** add jsdocs for uniqueSymbol and generateValidatorDocs ([7451f38](https://github.com/rhinobase/hono-openapi/commit/7451f38))

## 0.4.3 (2025-01-20)

This was a version bump only for core to align it with other projects, there were no code changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hono-openapi",
"description": "OpenAPI schema generator for Hono",
"version": "0.4.3",
"version": "0.4.4",
"types": "./index.d.ts",
"main": "./index.js",
"type": "module",
Expand Down
85 changes: 2 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 020d986

Please sign in to comment.