diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efc4499..07ee889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9b0d1..ccfdf4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/ubinatus/hono-cloudfront/compare/v0.2.1...v0.2.2) (2025-04-04) + + +### Miscellaneous Chores + +* release 0.2.2 ([1bbc67e](https://github.com/ubinatus/hono-cloudfront/commit/1bbc67e2a351e715bfe2009395f28d473c308f04)) + ## [0.2.1](https://github.com/ubinatus/hono-cloudfront/compare/v0.2.0...v0.2.1) (2025-03-08) diff --git a/package.json b/package.json index dcdcb22..27eade8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hono-cloudfront", - "version": "0.2.1", + "version": "0.2.2", "description": "Hono middleware for to use with Cloudfront in front of a AWS Lambda", "author": "JA Castro <@ubinatus>", "homepage": "https://github.com/ubinatus/hono-cloudfront#readme",