diff --git a/CHANGELOG.md b/CHANGELOG.md index e62fe886..3bacc39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.0-alpha.4] - 2024-01-31 + +### Refactor + +- Add a og image as fallback for clients that do not support frames + ## [1.0.0-alpha.3] - 2024-01-31 ### Documentation diff --git a/package.json b/package.json index 01fb0063..7df7ca1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "farcaster-frames-template", - "version": "1.0.0-alpha.3", + "version": "1.0.0-alpha.4", "keywords": [ "farcaster", "frames", @@ -15,7 +15,7 @@ }, "dependencies": { "@hono/node-server": "^1.7.0", - "hono": "^3.12.8" + "hono": "^3.12.9" }, "devDependencies": { "@types/eslint": "8.56.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b5cf319b..5ce32ea5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^1.7.0 version: 1.7.0 hono: - specifier: ^3.12.8 - version: 3.12.8 + specifier: ^3.12.9 + version: 3.12.9 devDependencies: '@types/eslint': @@ -1150,8 +1150,8 @@ packages: function-bind: 1.1.2 dev: true - /hono@3.12.8: - resolution: {integrity: sha512-vnOEIRdqsp4uHE/dkOBr9EYmTsR86sD/FyG2xhfAQzR9udDRglN1nuO7SGc/7U3HfSorc6PSCNGN6upnVtCmfg==} + /hono@3.12.9: + resolution: {integrity: sha512-JhurtI3+VspowZoP3dv6BylhUPIpTWNRlBsVfb5UbI/tmMGqd6RpeexGO7RjnrSG9Vqwb1ydKp7HHTTcYJU5Zw==} engines: {node: '>=16.0.0'} dev: false diff --git a/src/index.ts b/src/index.ts index 8ffec400..4945d442 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,6 +11,7 @@ app.get('/', (c) => { return c.html(html`
+