Skip to content

Commit 733a77b

Browse files
Version Packages (#56)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e66e580 commit 733a77b

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

.changeset/old-chicken-sniff.md

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

.changeset/three-pigs-compare.md

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

packages/astro-og-canvas/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- e66e580: Switches to using the “full” `canvaskit-wasm` build to generate images. This fixes support for rendering as JPEG or WEBP instead of the default PNG.
8+
- e66e580: Updates `canvaskit-wasm` to the latest release
9+
10+
**Note:** pnpm users may need to manually update in their project too:
11+
12+
```sh
13+
pnpm i canvaskit-wasm@^0.39.1
14+
```
15+
316
## 0.4.2
417

518
### Patch Changes

packages/astro-og-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-og-canvas",
33
"description": "Generate OpenGraph images for your Astro site",
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)",

0 commit comments

Comments
 (0)