From 40f27113bc1a88e86c8ab56364e0bece50ea4f73 Mon Sep 17 00:00:00 2001 From: Christopher Wallace Date: Thu, 9 Jul 2026 15:21:29 -0400 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 15 ++++++++++++--- 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b9a691e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.2.0](https://github.com/officialunofficial/og/compare/v0.1.0...v0.2.0) (2026-07-09) + + +### Features + +* Open Graph card primitives for edge runtimes ([3115701](https://github.com/officialunofficial/og/commit/3115701af10fec859806e47931cc2ede687e84fd)) + + +### Bug Fixes + +* pin release-please baseline and use a scoped PAT ([e12b610](https://github.com/officialunofficial/og/commit/e12b610aaa18945f112bcf976fdaaed21a896962)) diff --git a/package.json b/package.json index 6caf33e..d5e1c39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@officialunofficial/og", - "version": "0.1.0", + "version": "0.2.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": { @@ -16,8 +16,17 @@ }, "./package.json": "./package.json" }, - "files": ["dist", "LICENSE-MIT", "LICENSE-APACHE"], - "keywords": ["open-graph", "og-image", "edge-runtime", "social-card"], + "files": [ + "dist", + "LICENSE-MIT", + "LICENSE-APACHE" + ], + "keywords": [ + "open-graph", + "og-image", + "edge-runtime", + "social-card" + ], "packageManager": "bun@1.3.14", "scripts": { "build": "tsc -p tsconfig.build.json",