From 2c101e8cd7c562912b25612dbb7dac5ac073cd53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:26:48 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20version=20packages=20v0.6.1=20?= =?UTF-8?q?=F0=9F=8C=8A=20(#117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/curly-bottles-knock.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-bottles-knock.md diff --git a/.changeset/curly-bottles-knock.md b/.changeset/curly-bottles-knock.md deleted file mode 100644 index 880746f8f9..0000000000 --- a/.changeset/curly-bottles-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@coinbase/onchainkit': patch ---- - -- **feat**: automated the `og:image` and `og:title` properties for `getFrameHtmlResponse` and `FrameMetadata`. By @zizzamia #109 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddfb59cf5..bc139d54a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.1 + +### Patch Changes + +- c5ee76d: - **feat**: automated the `og:image` and `og:title` properties for `getFrameHtmlResponse` and `FrameMetadata`. By @zizzamia #109 + ## 0.6.0 ### Minor Changes diff --git a/package.json b/package.json index a14e4722dd..c8a56bdcf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/onchainkit", - "version": "0.6.0", + "version": "0.6.1", "repository": "https://github.com/coinbase/onchainkit.git", "license": "MIT", "scripts": {