Skip to content

Commit 89593eb

Browse files
committed
v6.9.4
1 parent cc4f265 commit 89593eb

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

docusaurus/docs/release-notes.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,53 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2727

2828
</details>
2929

30+
31+
## 6.9.4
32+
33+
<br />
34+
### <Icon name='pen-nib' /> Updated content
35+
36+
<br />
37+
38+
#### Cloud
39+
- [Update content for passwordless authentication](https://github.com/strapi/documentation/pull/2765)
40+
41+
#### Repository
42+
- [Update usage-billing.md with Free Plan details](https://github.com/strapi/documentation/pull/2762)
43+
44+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
45+
46+
<br />
47+
48+
#### Cloud
49+
- [Display Subscription ID in the project settings](https://github.com/strapi/documentation/pull/2761)
50+
51+
#### Repository
52+
- [Add FAQ entry for MCP](https://github.com/strapi/documentation/pull/2754)
53+
- [Update Homepage customization page to add layout customization tips](https://github.com/strapi/documentation/pull/2741)
54+
55+
***
56+
This release was made possible thanks to the following contributors. Thank you! 🫶
57+
<div>
58+
<a href="https://github.com/derrickmehaffy" target="_blank">
59+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/8593673?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="derrickmehaffy"/>
60+
</a>
61+
<a href="https://github.com/mariekirsch" target="_blank">
62+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
63+
</a>
64+
<a href="https://github.com/mathildeleg" target="_blank">
65+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/82765709?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mathildeleg"/>
66+
</a>
67+
<a href="https://github.com/mazzucchelli" target="_blank">
68+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/12052670?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mazzucchelli"/>
69+
</a>
70+
<a href="https://github.com/pwizla" target="_blank">
71+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
72+
</a>
73+
</div>
74+
<br/>
75+
<br/>
76+
3077
## 6.9.3
3178

3279
<br />

docusaurus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-docs",
3-
"version": "6.9.3",
3+
"version": "6.9.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)