You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/release-notes.md
+53-1Lines changed: 53 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,65 @@ Since Strapi Docs version 5.0.0, the **docs' version number is independent from
18
18
Strapi Docs now follow the **[semantic versioning](https://semver.org/)** philosophy, but adapted to docs:
19
19
20
20
-**Major version** (6.0.0, 7.0.0…): A **significant rewrite** of the docs (content or framework). This may impact the user experience, redesign the site, or break old links (redirections are handled, but broken links can be [reported](https://github.com/strapi/documentation/issues/new/choose)).
21
-
-**Minor version** (5.1.0, 5.2.0…): **New Strapi features or improvements** to the docs (e.g., new components or tools).
21
+
-**Minor version** (5.1.0, 5.2.0…): **New Strapi features** or improvements to the docs (e.g., new components or tools).
22
22
-**Patch version** (5.1.1, 5.1.2…): **Content updates**, including improvement or extension of existing pages, code examples fixes, and typos.
23
23
24
24
New versions (minor or patch) are generally released weekly, on Wednesdays.
25
25
26
26
</details>
27
27
28
+
## 5.2.1
29
+
30
+
### 🖌 Updated content
31
+
32
+
-[Add `strapi cloud environment link` to Cloud CLI](https://github.com/strapi/documentation/pull/2282)
33
+
-[Add new Cloud regions](https://github.com/strapi/documentation/pull/2290)
0 commit comments