Skip to content

Commit

Permalink
chore: version packages (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 19, 2024
1 parent d568e2d commit f7544a4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/three-jobs-protect.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# hono-og

## 0.0.13

### Patch Changes

- d568e2d: Inlined WASM in edge module for Cloudflare worker compat.
- Updated dependencies [d568e2d]
- @wevm/vercel-og@0.6.10

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hono-og",
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,6 +16,6 @@
"hono": ">=3"
},
"dependencies": {
"@wevm/vercel-og": "~0.6.9"
"@wevm/vercel-og": "~0.6.10"
}
}
6 changes: 6 additions & 0 deletions vendor/vercel-og/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wevm/vercel-og

## 0.6.10

### Patch Changes

- d568e2d: Inlined WASM in edge module for Cloudflare worker compat.

## 0.6.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion vendor/vercel-og/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/vercel-og",
"version": "0.6.9",
"version": "0.6.10",
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
"type": "module",
"main": "./dist/index.node.js",
Expand Down

0 comments on commit f7544a4

Please sign in to comment.