Skip to content

Commit 36f2ab7

Browse files
chore: version packages (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0483088 commit 36f2ab7

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/curly-clocks-wash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hono-og
22

3+
## 0.0.22
4+
5+
### Patch Changes
6+
7+
- 0483088: Fixed `ImageResponseOptions` export.
8+
- Updated dependencies [0483088]
9+
- @wevm/vercel-og@0.6.12
10+
311
## 0.0.21
412

513
### Patch Changes

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hono-og",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"type": "module",
55
"module": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"hono": ">=3"
2121
},
2222
"dependencies": {
23-
"@wevm/vercel-og": "~0.6.11",
23+
"@wevm/vercel-og": "~0.6.12",
2424
"@vercel/og": "~0.6.2",
2525
"workers-og": "~0.0.20"
2626
}

vendor/vercel-og/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wevm/vercel-og
22

3+
## 0.6.12
4+
5+
### Patch Changes
6+
7+
- 0483088: Fixed `ImageResponseOptions` export.
8+
39
## 0.6.11
410

511
### Patch Changes

vendor/vercel-og/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/vercel-og",
3-
"version": "0.6.11",
3+
"version": "0.6.12",
44
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
55
"type": "module",
66
"main": "./dist/index.node.js",

0 commit comments

Comments
 (0)