Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.3.0](https://github.com/officialunofficial/og/compare/v0.2.0...v0.3.0) (2026-07-09)


### ⚠ BREAKING CHANGES

* renderOgImage, loadGoogleFonts, OG_WIDTH, and OG_HEIGHT moved from the package root to the "/render" subpath.

### Bug Fixes

* split render plumbing into a separate entry point ([625a2c6](https://github.com/officialunofficial/og/commit/625a2c68c500ab23d0276331e63231f6b630f2b6))

## [0.2.0](https://github.com/officialunofficial/og/compare/v0.1.0...v0.2.0) (2026-07-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@officialunofficial/og",
"version": "0.2.0",
"version": "0.3.0",
"description": "Primitives for rendering Open Graph card images on Fetch-API edge runtimes. Each product brings its own design.",
"license": "(MIT OR Apache-2.0)",
"repository": {
Expand Down
Loading