From 8460df1f2947661f07c0d751e855703dd268023f Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:27:43 -0400 Subject: [PATCH] release: v0.0.28 (#394) --- package.json | 2 +- release-notes/v0.0.28.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.0.28.md diff --git a/package.json b/package.json index 3a4bb3d..ca283ae 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.27", + "version": "0.0.28", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.28.md b/release-notes/v0.0.28.md new file mode 100644 index 0000000..2261a82 --- /dev/null +++ b/release-notes/v0.0.28.md @@ -0,0 +1,10 @@ +Project market defaults and Keyword Research keyboard controls. + +## What's new + +- Set each project's default country and language — thanks @bookingseo + - Keyword Research, Domain Overview, new Rank Tracking setups, and supported MCP tools inherit these defaults. +- Press Enter to run a Keyword Research search + - Use Shift+Enter or paste lines to research multiple keywords. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.27...v0.0.28