Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 16:40
· 340 commits to main since this release
1b5c5d2

0.14.0 (2025-03-04)

Code Refactoring

  • routes: update protected route names (f5d4660)

Features

  • add account types models and migrations (#71) (c7f77f1)

BREAKING CHANGES

  • routes: getSaasAdminProtectedRoutes and getSaasAppProtectedRoutes have been renamed to
    getSaasAdminRoutes and getSaasAppRoutes, respectively.