From fb911fe12494063ed53128d5c1d04518d8da2420 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Tue, 19 May 2026 20:40:13 -0400 Subject: [PATCH] release: v0.0.13 --- package.json | 2 +- release-notes/v0.0.13.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.0.13.md diff --git a/package.json b/package.json index 04655bc..a780839 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/release-notes/v0.0.13.md b/release-notes/v0.0.13.md new file mode 100644 index 0000000..abf4711 --- /dev/null +++ b/release-notes/v0.0.13.md @@ -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