Skip to content

Commit 37f524b

Browse files
authored
chore: add changelogs for 1.31.3 and 1.33.2 (#1071)
* add changelog/1.31.3.md * add changelog/1.33.2.md * update manifest.json
1 parent ebb9982 commit 37f524b

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-0
lines changed

changelog/1.31.3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.31.3"
3+
description: "Released on 08/15/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.31.3.
9+
10+
### Features ✨
11+
12+
- web: updated Projector client to `1.8.0`.
13+
- infra: updated Projector server to `1.8.1`.
14+
15+
### Bug fixes 🐛
16+
17+
- infra: fixed an issue where idle connections would drop after 30 seconds.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.31.3.

changelog/1.33.2.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.33.2"
3+
description: "Released on 08/15/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.33.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.33.2.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed an issue where in-application documentation links were incorrect.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.33.2.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@
569569
{
570570
"path": "./changelog/1.33.0.md",
571571
"children": [
572+
{
573+
"path": "./changelog/1.33.2.md"
574+
},
572575
{
573576
"path": "./changelog/1.33.1.md"
574577
}
@@ -591,6 +594,9 @@
591594
{
592595
"path": "./changelog/1.31.0.md",
593596
"children": [
597+
{
598+
"path": "./changelog/1.31.3.md"
599+
},
594600
{
595601
"path": "./changelog/1.31.2.md"
596602
},

0 commit comments

Comments
 (0)