diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca2f84..e837039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # hono-pino +## [0.5.1](https://github.com/maou-shonen/hono-pino/compare/v0.5.0...v0.5.1) (2024-11-03) + + +### Bug Fixes + +* Fix incorrect structured logging by default ([#39](https://github.com/maou-shonen/hono-pino/issues/39)) ([7c77de8](https://github.com/maou-shonen/hono-pino/commit/7c77de805f89089be2573f8b11f6e2ff32d75ee0)) + ## [0.5.0](https://github.com/maou-shonen/hono-pino/compare/v0.4.0...v0.5.0) (2024-11-02) diff --git a/package.json b/package.json index f746f1d..8e5859f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono-pino", - "version": "0.5.0", + "version": "0.5.1", "description": "A pino logger plugin for hono", "repository": { "type": "git",