From 0739676b553d0f03d984e5cf8e6b1634f193622f Mon Sep 17 00:00:00 2001 From: Aditya Mathur Date: Mon, 20 Jan 2025 11:41:22 +0530 Subject: [PATCH] chore(release): publish - project: core 0.4.2 --- packages/core/CHANGELOG.md | 13 +++++++++++++ packages/core/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 07760de..4bd3b40 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index f7f1aed..6d9e010 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",