Skip to content

Commit

Permalink
Version Packages (#56)
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 Apr 18, 2024
1 parent e66e580 commit 733a77b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-chicken-sniff.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/three-pigs-compare.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/astro-og-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# astro-og-canvas

## 0.5.0

### Minor Changes

- 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.
- e66e580: Updates `canvaskit-wasm` to the latest release

**Note:** pnpm users may need to manually update in their project too:

```sh
pnpm i canvaskit-wasm@^0.39.1
```

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-og-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-og-canvas",
"description": "Generate OpenGraph images for your Astro site",
"version": "0.4.2",
"version": "0.5.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "Chris Swithinbank <[email protected]> (http://chrisswithinbank.net/)",
Expand Down

0 comments on commit 733a77b

Please sign in to comment.