Skip to content

Commit fd519ea

Browse files
authored
chore: release 0.2.1 (#2)
1 parent 38383da commit fd519ea

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/ubinatus/hono-cloudfront/compare/v0.2.0...v0.2.1) (2025-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve `cloudFrontViewer` in `ContextVariableMap` ([b09e558](https://github.com/ubinatus/hono-cloudfront/commit/b09e558f09548a0aab58104692ad445a31323185))
9+
310
## [0.2.0](https://github.com/ubinatus/hono-cloudfront/compare/v0.1.0...v0.2.0) (2025-03-08)
411

512

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hono-cloudfront",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Hono middleware for to use with Cloudfront in front of a AWS Lambda",
55
"author": "JA Castro <@ubinatus>",
66
"homepage": "https://github.com/ubinatus/hono-cloudfront#readme",
@@ -9,15 +9,23 @@
99
},
1010
"repository": "github:ubinatus/hono-cloudfront",
1111
"license": "MIT",
12-
"keywords": ["hono", "cloudfront", "lambda", "middleware", "typescript"],
12+
"keywords": [
13+
"hono",
14+
"cloudfront",
15+
"lambda",
16+
"middleware",
17+
"typescript"
18+
],
1319
"type": "module",
1420
"exports": {
1521
".": {
1622
"types": "./dist/index.d.ts",
1723
"import": "./dist/index.js"
1824
}
1925
},
20-
"files": ["dist"],
26+
"files": [
27+
"dist"
28+
],
2129
"engines": {
2230
"node": ">=18"
2331
},
@@ -48,6 +56,9 @@
4856
"vitest": "^3.0.8"
4957
},
5058
"pnpm": {
51-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
59+
"onlyBuiltDependencies": [
60+
"@biomejs/biome",
61+
"esbuild"
62+
]
5263
}
5364
}

0 commit comments

Comments
 (0)