Skip to content

v1.13.0

Compare
Choose a tag to compare
@olivermrbl olivermrbl released this 27 Jul 11:41
· 3383 commits to develop since this release

Highlights

This version ships with schema changes (breaking) and minor fixes improving Medusa Admin.

Breaking changes

Version 1.13.0 introduces database schema changes that require you to run migrations. The relationship between Shipping Profile and Product has been changed to a Many-to-Many relation.

After upgrading to 1.13.0, run the following command:

medusa migrations run

Features

Bugs

Chores

Full Changelog: v1.12.3...v1.13.0