From 010c93a536a9bf8af72fbe4f39d634ff4cd8063d Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Thu, 28 May 2026 09:14:35 -0400 Subject: [PATCH] Bump version to 0.0.16 (#228) --- package.json | 2 +- release-notes/v0.0.16.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.0.16.md diff --git a/package.json b/package.json index c075e4b..266c3d5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.15", + "version": "0.0.16", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.16.md b/release-notes/v0.0.16.md new file mode 100644 index 0000000..5b01ad5 --- /dev/null +++ b/release-notes/v0.0.16.md @@ -0,0 +1,16 @@ +Add local seo MCP tools + UX improvements. + +## What's new + +- Add MCP tools for local SEO: + - Search nearby businesses. + - Fetch Google Maps and Local Finder results. + - Read Google Business Profile Q&A. + +## Improved + +- Sort domain keywords and rank-tracking suggestions by traffic by default. +- Clarify keyword metric tooltips across keyword tables. +- Improve MCP registration for Perplexity and other dynamic clients. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.15...v0.0.16