release: v0.0.13

This commit is contained in:
Ben Senescu 2026-05-19 20:40:13 -04:00 committed by GitHub
parent efef3894cb
commit fb911fe124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 deletions

View File

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

14
release-notes/v0.0.13.md Normal file
View File

@ -0,0 +1,14 @@
This release has some UI improvements for multi-select and research tasks.
## What's new
- Add universal bulk action controls across all tables.
- Add search tabs so you can compare multiple searches without losing your place for Keyword Research, Domain Overview, and Backlinks.
## Improved
- Improve MCP tool metadata and output schemas so AI agents get clearer, more structured OpenSEO responses.
- Harden domain and backlinks validation before external API calls.
- Extend MCP access tokens to 24 hours for fewer reconnect interruptions.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.12...v0.0.13