Bump version and update release notes for v0.0.15 (#214)

This commit is contained in:
Ben Senescu 2026-05-22 17:12:59 -04:00 committed by GitHub
parent 90f369ad46
commit 10b77682d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 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.14", "version": "0.0.15",
"type": "module", "type": "module",
"packageManager": "pnpm@10.30.1", "packageManager": "pnpm@10.30.1",
"scripts": { "scripts": {

22
release-notes/v0.0.15.md Normal file
View File

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