Bump release notes to v0.0.18 (#244)

* Bump version to 0.0.18

* Trim release notes for v0.0.18
This commit is contained in:
Ben Senescu 2026-06-05 16:29:25 -04:00 committed by GitHub
parent d459006f40
commit e16f8d5647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 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.17", "version": "0.0.18",
"type": "module", "type": "module",
"packageManager": "pnpm@10.30.1", "packageManager": "pnpm@10.30.1",
"scripts": { "scripts": {

16
release-notes/v0.0.18.md Normal file
View File

@ -0,0 +1,16 @@
Adds self-hosted Google Search Console support, plus a few setup and error-message fixes.
## What's new
- Connect Google Search Console in self-hosted OpenSEO with your own Google OAuth client.
- Use the new Search Console MCP tools for performance data and URL inspection from your own GSC account.
## Improved
- Temporary DataForSEO 5xx errors now get quick retries and a clearer "temporarily unavailable" message.
## Fixed
- Invalid domains now fail earlier with a clearer "enter a valid domain" message.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.17...v0.0.18