release: v0.1.2 (#421)

This commit is contained in:
Ben Senescu 2026-07-23 11:11:53 -04:00 committed by GitHub
parent a16fbd17a8
commit 633876c0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

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

15
release-notes/v0.1.2.md Normal file
View File

@ -0,0 +1,15 @@
MCP project creation, per-call location and language on research tools, and a batch of fixes.
## What's new
- Create projects with the `create_project` MCP tool — thanks @Santofer
- Pick a location and language per call on the ranked keywords and SERP competitors MCP tools — thanks @7wenty7
## Fixed
- Search tabs opened at the default location no longer disappear after a page reload — thanks @xiaonancui
- Rank tracking pages no longer show "No tracked domains yet" or a blank page while data is loading.
- Month-based Search Console date ranges no longer miss the first few days — thanks @shuvamk
- Domain keyword and page lists no longer stop loading more results early — thanks @shuvamk
Full Changelog: https://github.com/every-app/open-seo/compare/v0.1.1...v0.1.2