diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 872e4dd..e71ccc9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.4" + ".": "0.2.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc2cff..d719237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.5](https://github.com/ubinatus/hono-cloudfront/compare/v0.2.4...v0.2.5) (2025-08-03) + + +### Miscellaneous Chores + +* release 0.2.5 ([5392e81](https://github.com/ubinatus/hono-cloudfront/commit/5392e814c0c31d06b85fec57a29754b518711c79)) + ## [0.2.4](https://github.com/ubinatus/hono-cloudfront/compare/v0.2.3...v0.2.4) (2025-06-14) diff --git a/package.json b/package.json index c10ed24..2e84ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono-cloudfront", - "version": "0.2.4", + "version": "0.2.5", "description": "A Hono middleware for extracting CloudFront viewer information when using AWS Lambda@Edge or Lambda Function URLs behind CloudFront.", "author": "JA Castro <@ubinatus>", "homepage": "https://github.com/ubinatus/hono-cloudfront#readme",