Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: core 0.4.2
  • Loading branch information
MathurAditya724 committed Jan 20, 2025
1 parent 9cea732 commit 0739676
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.4.2 (2025-01-20)

### 🚀 Features

- **core:** Add the cause of validation error to HTTPException ([62a0876](https://github.com/rhinobase/hono-openapi/commit/62a0876))

### 🩹 Fixes

- **core:** minor type corrections ([9cea732](https://github.com/rhinobase/hono-openapi/commit/9cea732))
- **core:** update TypeScript configuration for build process ([529d5c5](https://github.com/rhinobase/hono-openapi/commit/529d5c5))
- **core:** clone response before reading data for validation ([7bc444a](https://github.com/rhinobase/hono-openapi/commit/7bc444a))
- **core:** corrected rollup config ([c7aceab](https://github.com/rhinobase/hono-openapi/commit/c7aceab))

## 0.4.1 (2025-01-15)

### 🩹 Fixes
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.1",
"version": "0.4.2",
"types": "./index.d.ts",
"main": "./index.js",
"type": "module",
Expand Down

0 comments on commit 0739676

Please sign in to comment.