chore: release v0.0.8 (#132)

This commit is contained in:
Ben Senescu 2026-04-23 18:25:37 -04:00 committed by GitHub
parent ebc9e0b4fa
commit 94d1ee7bd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

@ -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",

15
release-notes/v0.0.8.md Normal file
View File

@ -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