diff --git a/package.json b/package.json index 249b0c2..81ca34e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.18", + "version": "0.0.19", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.19.md b/release-notes/v0.0.19.md new file mode 100644 index 0000000..470bd8f --- /dev/null +++ b/release-notes/v0.0.19.md @@ -0,0 +1,18 @@ +This release adds multi-project support, improves Rank Tracking and AI Citations, and makes Backlinks easier to explore. + +## What's new + +- Add multi-project support so each organization can manage multiple sites and switch between them. +- Add Rank Tracking trends, keyword position history, and overview stats. +- Add Share of Voice to AI Visibility so you can compare your brand against competitors. +- Add optional Ahrefs Domain Rating enrichment to backlink and referring-domain tables. + +## Improved + +- Improve Backlinks with server-side pagination, sorting, filters, exports, and a one-per-domain view. +- Improve Backlinks overview panels and expandable referring-domain rows. +- Make Rank Tracking setup clearer and easier to finish. +- Add option to hydrate backlink table with Ahrefs DR. +- Improve AI citation results with clearer source and prompt tables. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.18...v0.0.19