rename to 1.3.0

This commit is contained in:
Shahed Nasser
2022-06-01 19:20:25 +03:00
parent b75867b119
commit 239de7dfdd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# v1.3.1
# v1.3.0
Version 1.3.1 of Medusa introduces new features including the addition of Line Item Adjustments and a more advanced Promotions API, as well as a change in loading environment variables into your Medusa server. The changes do not affect the public APIs and require only running necessary data migrations.
Version 1.3.0 of Medusa introduces new features including the addition of Line Item Adjustments and a more advanced Promotions API, as well as a change in loading environment variables into your Medusa server. The changes do not affect the public APIs and require only running necessary data migrations.
## Prerequisites

View File

@@ -216,8 +216,8 @@ module.exports = {
items: [
{
type: "doc",
id: "advanced/backend/upgrade-guides/1-3-1",
label: "v1.3.1"
id: "advanced/backend/upgrade-guides/1-3-0",
label: "v1.3.0"
},
]
},