release: v0.0.12 (#182)

This commit is contained in:
Ben Senescu 2026-05-12 00:10:31 -04:00 committed by GitHub
parent 570fe2aa62
commit 82d6363ee9
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",
"private": true,
"sideEffects": false,
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {

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

@ -0,0 +1,22 @@
OpenSEO now supports tagging keywords for organization.
## What's new
- Add tags to saved keywords.
- Bulk edit tags across selected keywords.
- Filter saved keywords by tag.
- Keep keyword groups easier to scan and export.
## MCP workflows
Tags also work through OpenSEO's MCP tools.
Ask your AI agent to:
- Cluster keyword lists and tag each cluster.
- Replace broad tags with cleaner page or campaign tags.
- Pull only keywords tagged `content refresh` when writing briefs.
Learn more about MCP: https://openseo.so/features/mcp
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.11...v0.0.12