Skip to content

v0.0.17

Choose a tag to compare

@bensenescu bensenescu released this 28 May 21:42
· 57 commits to main since this release
3d38b89

Bug fixes and an internal code cleanup.

Fixed

  • Fixed an infinite redirect loop between /verify-email and the app when BYPASS_EMAIL_VERIFICATION=true (local dev). The email-verification bypass is now honored consistently across the auth route guard, onboarding redirect, and verify-email page. Production behavior is unchanged.

Improved

  • Simplified complex client code across audit, backlinks, domain, keywords, and rank-tracking features (removed single-use wrappers, dead helpers, and redundant guards) while preserving type safety and behavior.

Full Changelog: v0.0.16...v0.0.17