Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
logto.tar.gz | 2022-11-16 | 20.2 MB | |
README.md | 2022-11-16 | 475 Bytes | |
Totals: 2 Items | 20.2 MB | 0 |
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.