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