Skip to content

Commit be87541

Browse files
committed
v6.14.0
1 parent 1047c8e commit be87541

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

docusaurus/docs/release-notes.md

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

3030

31+
## 6.14.0
32+
33+
<br />
34+
### <Icon name='sparkle' /> New content
35+
36+
<br />
37+
38+
#### Repository
39+
- [Add hosted MCP server for docs](https://github.com/strapi/documentation/pull/2889)
40+
41+
### <Icon name='pen-nib' /> Updated content
42+
43+
<br />
44+
45+
#### Repository
46+
- [Document auth fix for 5.24.0+](https://github.com/strapi/documentation/pull/2764)
47+
48+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
49+
50+
<br />
51+
52+
#### CMS
53+
- [Suggest using NPM for package manager when deploying to Kubernetes](https://github.com/strapi/documentation/pull/2533)
54+
55+
#### Cloud
56+
- [Update API request limits for the free Cloud plan](https://github.com/strapi/documentation/pull/2893)
57+
- [Update region availability for Cloud](https://github.com/strapi/documentation/pull/2892)
58+
59+
***
60+
This release was made possible thanks to the following contributors. Thank you! 🫶
61+
<div>
62+
<a href="https://github.com/mariekirsch" target="_blank">
63+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/63100752?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="mariekirsch"/>
64+
</a>
65+
<a href="https://github.com/pwizla" target="_blank">
66+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
67+
</a>
68+
<a href="https://github.com/soheilnikroo" target="_blank">
69+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/62501144?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="soheilnikroo"/>
70+
</a>
71+
</div>
72+
<br/>
73+
<br/>
74+
75+
3176
## 6.13.0
3277

3378
<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.13.0",
3+
"version": "6.14.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)