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": {