diff --git a/package.json b/package.json index ffbc99b..fd0a67f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/release-notes/v0.1.2.md b/release-notes/v0.1.2.md new file mode 100644 index 0000000..4f1abf6 --- /dev/null +++ b/release-notes/v0.1.2.md @@ -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