Skip to content

Commit 9ea6e01

Browse files
committed
v6.9.3
1 parent 37940b0 commit 9ea6e01

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

docusaurus/docs/release-notes.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,56 @@ New versions (minor or patch) are generally released weekly, on Wednesdays.
2828
</details>
2929

3030

31+
## 6.9.3
32+
33+
<br />
34+
### <Icon name='sparkle' /> New content
35+
36+
<br />
37+
38+
#### CMS
39+
- [Strapi AI for Content-Type Builder](https://github.com/strapi/documentation/pull/2737)
40+
41+
#### Repository
42+
- [Strapi AI for Media Library](https://github.com/strapi/documentation/pull/2751)
43+
44+
### <Icon name='pen-nib' /> Updated content
45+
46+
<br />
47+
48+
#### CMS
49+
- [Add information about disabling Strapi AI](https://github.com/strapi/documentation/pull/2749)
50+
51+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
52+
53+
<br />
54+
55+
#### CMS
56+
- [Fix `secrets.encryptionKey` in API tokens docs](https://github.com/strapi/documentation/pull/2743)
57+
58+
#### Cloud
59+
- [Save & deploy for domains](https://github.com/strapi/documentation/pull/2746)
60+
61+
***
62+
This release was made possible thanks to the following contributors. Thank you! 🫶
63+
<div>
64+
<a href="https://github.com/laurenskling" target="_blank">
65+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/6753724?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="laurenskling"/>
66+
</a>
67+
<a href="https://github.com/mariekirsch" target="_blank">
68+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
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+
<a href="https://github.com/remidej" target="_blank">
74+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/8087692?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="remidej"/>
75+
</a>
76+
</div>
77+
<br/>
78+
<br/>
79+
80+
3181
## 6.9.2
3282

3383
<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.2",
3+
"version": "6.9.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)