Skip to content

Commit d8af383

Browse files
author
Katie Horne
authored
chore: add changelogs for 1.29.6 and 1.30.3 (coder#1005)
1 parent d7dd0dd commit d8af383

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

changelog/1.29.6.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.29.6"
3+
description: "Released on 05/31/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.29.6.
9+
10+
### Features ✨
11+
12+
- infra: added automatic reconnection if the web terminal disconnects.
13+
14+
### Bug fixes 🐛
15+
16+
There are no bug fixes in 1.29.6.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.29.6.

changelog/1.30.3.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.30.3"
3+
description: "Released on 05/31/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.30.3.
9+
10+
### Features ✨
11+
12+
- infra: added automatic reconnection if the web terminal disconnects.
13+
14+
### Bug fixes 🐛
15+
16+
There are no bug fixes in 1.30.3.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.30.3.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,9 @@
563563
{
564564
"path": "./changelog/1.30.0.md",
565565
"children": [
566+
{
567+
"path": "./changelog/1.30.3.md"
568+
},
566569
{
567570
"path": "./changelog/1.30.2.md"
568571
},
@@ -574,6 +577,9 @@
574577
{
575578
"path": "./changelog/1.29.0.md",
576579
"children": [
580+
{
581+
"path": "./changelog/1.29.6.md"
582+
},
577583
{
578584
"path": "./changelog/1.29.5.md"
579585
},

0 commit comments

Comments
 (0)