Skip to content

Commit 9963df2

Browse files
committed
v6.9.5
1 parent c86ba0c commit 9963df2

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docusaurus/docs/release-notes.md

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

2828
</details>
2929

30+
31+
## 6.9.5
32+
33+
<br />
34+
### <Icon name='pen-nib' /> Updated content
35+
36+
<br />
37+
38+
#### CMS
39+
- [Rework the Unit testing page for Strapi 5](https://github.com/strapi/documentation/pull/2712)
40+
41+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
42+
43+
<br />
44+
45+
#### Cloud
46+
- [Save & deploy for update repository](https://github.com/strapi/documentation/pull/2767)
47+
48+
#### Repository
49+
- [Fix code block buttons overlapping content](https://github.com/strapi/documentation/pull/2772)
50+
51+
***
52+
This release was made possible thanks to the following contributors. Thank you! 🫶
53+
<div>
54+
<a href="https://github.com/mariekirsch" target="_blank">
55+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
56+
</a>
57+
<a href="https://github.com/pwizla" target="_blank">
58+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
59+
</a>
60+
</div>
61+
<br/>
62+
<br/>
63+
3064
## 6.9.4
3165

3266
<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.4",
3+
"version": "6.9.5",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)