diff --git a/package.json b/package.json index fe2665c..3a4bb3d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.26", + "version": "0.0.27", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.27.md b/release-notes/v0.0.27.md new file mode 100644 index 0000000..c42d0e5 --- /dev/null +++ b/release-notes/v0.0.27.md @@ -0,0 +1,13 @@ +Search intent filters in Keyword Research and metric filters in Rank Tracking. + +## What's new + +- Filter Keyword Research by search intent — thanks @mariazuheros +- Filter Rank Tracking by volume, difficulty, and CPC — thanks @A-S-Manoj + +## Fixed + +- Sorting Rank Tracking by a metric no longer puts keywords with no data first. — thanks @A-S-Manoj +- Repeating the same domain or SERP lookup now uses the cache instead of spending credits again. — thanks @bookingseo + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.26...v0.0.27