From 94d1ee7bd5c41738cd5aba42e120a94556b396cd Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:25:37 -0400 Subject: [PATCH] chore: release v0.0.8 (#132) --- package.json | 2 +- release-notes/v0.0.8.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.0.8.md diff --git a/package.json b/package.json index e95a5e9..9dda9c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.7", + "version": "0.0.8", "type": "module", "scripts": { "dev": "AUTH_MODE=local_noauth vite dev", diff --git a/release-notes/v0.0.8.md b/release-notes/v0.0.8.md new file mode 100644 index 0000000..0a501a4 --- /dev/null +++ b/release-notes/v0.0.8.md @@ -0,0 +1,15 @@ +This release adds AI Visibility tools 🎉 + +## Added + +- Brand Lookup - See how your brand is cited by AI. + - What queries do you get mentioned in? + - Which brands and pages are mentioned alongside your brand? +- Prompt Explorer - See how different AI models actually respond to queries + - Supports ChatGPT, Claude, Gemini and Perplexity + +## Fixed + +- Fix Cloudflare self-hosting bug. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.7...v0.0.8