Skip to content

Commit f68e7e7

Browse files
committed
Add release notes for 6.8.1
1 parent 3034c53 commit f68e7e7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docusaurus/docs/release-notes.md

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

2828
</details>
2929

30+
## 6.8.1
31+
32+
<br />
33+
### <Icon name='broom' /> Chore, fixes, typos, and other improvements
34+
35+
<br />
36+
37+
#### CMS
38+
- [Fix typo in Content-type definition for credentials in TypeScript docs code example](https://github.com/strapi/documentation/pull/2697)
39+
40+
#### Repository
41+
- [Automatically tag PRs: `internal` or `contribution`](https://github.com/strapi/documentation/pull/2691)
42+
43+
***
44+
This release was made possible thanks to the following contributors. Thank you! 🫶
45+
<div>
46+
<a href="https://github.com/busybox11" target="_blank">
47+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/29630035?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="busybox11"/>
48+
</a>
49+
<a href="https://github.com/pwizla" target="_blank">
50+
<img className="no-zoom" src="https://avatars.githubusercontent.com/u/4233866?v=4" width="40" height="40" style={{borderRadius: '50%'}} alt="pwizla"/>
51+
</a>
52+
</div>
53+
<br/>
54+
<br/>
55+
56+
3057
## 6.8.0
3158

3259
<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.8.0",
3+
"version": "6.8.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)