v2.0.6
medusajs/medusav2.0.6Nov 25, 2024by olivermrbl
AI Summary
This version fixes a regression introduced in v2.0.5 regarding duplicated images during product creation and updates.
Key Highlights
- Patches an issue with duplicated images on product create and update.
New Features
- Manual cleanup of uploaded images.
Full Release Notes
<!--  This version fixes a bug with image reordering introduced in v2.0.5. # v2.0.6 CMS_BREAK --> ## Highlights ### Product image reordering An issue with duplicated images on product create and update in v2.0.5 has been patched. For information about the feature, see the [release notes for v2.0.5](https://github.com/medusajs/medusa/releases/tag/v2.0.5). ## Bugs * fix(product, dashboard): manual cleanup of uploaded images by @kasperkristensen in https://github.com/medusajs/medusa/pull/10254 **Full Changelog**: https://github.com/medusajs/medusa/compare/v2.0.5...v2.0.6