From 1b798c9a4887a46b3b145f13813eace7a33ac2f6 Mon Sep 17 00:00:00 2001 From: Christopher Wallace Date: Thu, 9 Jul 2026 15:57:34 -0400 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a691e..dbcd306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9847a02..3b56577 100644 --- a/package.json +++ b/package.json @@ -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": {