Bump version to 0.0.16 (#228)

This commit is contained in:
Ben Senescu 2026-05-28 09:14:35 -04:00 committed by GitHub
parent e7eb895d46
commit 010c93a536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo", "name": "open-seo",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"version": "0.0.15", "version": "0.0.16",
"type": "module", "type": "module",
"packageManager": "pnpm@10.30.1", "packageManager": "pnpm@10.30.1",
"scripts": { "scripts": {

16
release-notes/v0.0.16.md Normal file
View File

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