Skip to content

Commit c175396

Browse files
authored
update changelog for 1.33.1 (#1068)
* update changelog for 1.33.1 * fixup! update changelog for 1.33.1
1 parent eeba565 commit c175396

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog/1.33.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.33.1"
3+
description: "Released on 08/04/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.33.1.
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.33.1.

manifest.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,12 @@
564564
"path": "./changelog/index.md",
565565
"children": [
566566
{
567-
"path": "./changelog/1.33.0.md"
567+
"path": "./changelog/1.33.0.md",
568+
"children": [
569+
{
570+
"path": "./changelog/1.33.1.md"
571+
}
572+
]
568573
},
569574
{
570575
"path": "./changelog/1.32.0.md",

0 commit comments

Comments
 (0)