1.0.0-beta.14 (2022-11-16)
Bug fix
🙇 Fix an issue that the CLI cannot find database alteration scripts but Logto is failed to start.
Before restarting Logto, use npx @logto/cli db alt deploy
to deploy the latest database alterations.
Cause
We just changed our publish to changesets and it didn't run the version
script during version bumping. See #2461 for details.