release: v0.0.27 (#390)

This commit is contained in:
Ben Senescu 2026-07-15 12:20:20 -04:00 committed by Ben Senescu
parent 016d8396e3
commit c1121bdcab
2 changed files with 14 additions and 1 deletions

View File

@ -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": {

13
release-notes/v0.0.27.md Normal file
View File

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