From 10b77682d92dcdec3acdcb0c8a5a81dda75538a6 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Fri, 22 May 2026 17:12:59 -0400 Subject: [PATCH] Bump version and update release notes for v0.0.15 (#214) --- package.json | 2 +- release-notes/v0.0.15.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 release-notes/v0.0.15.md diff --git a/package.json b/package.json index aa369d7..c075e4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.14", + "version": "0.0.15", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.15.md b/release-notes/v0.0.15.md new file mode 100644 index 0000000..13b0f91 --- /dev/null +++ b/release-notes/v0.0.15.md @@ -0,0 +1,22 @@ +This release adds Agent Skills, fixes performance issues, and improves UX. + +> [!NOTE] +> OpenSEO now includes agent skills for guided SEO workflows. See [OpenSEO Skills](../README.md#openseo-skills) for setup and available skills. + +## What's new + +- Add OpenSEO agent skills for: + - Keyword Research + - Keyword Clustering + - Competitor Analysis + - Link Prospecting +- Add clearer MCP setup controls in the app, plus a local development guide for self-hosted setup. + +## Improved + +- Fix performance issues that could cause crashes when interacting with tabs or table filters. +- Unify search tab behavior across the app. +- Improve Domain Overview and Keyword Research performance, loading states, filters, and table consistency. +- Tweak the MCP prompt to make it more reliable for agent workflows. + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.14...v0.0.15