Skip to content

Commit 6efc276

Browse files
authored
chore: add changelog for 1.34.1 (coder#1140)
* chore: add changelog for 1.34.1 * fixup! chore: add changelog for 1.34.1
1 parent ec6595c commit 6efc276

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

changelog/1.34.1.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "1.34.1"
3+
description: "Released on 10/03/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.34.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.34.1.
13+
14+
### Bug fixes 🐛
15+
16+
- web: Fixed an issue where `code-server` would show a frequent "Reconnecting"
17+
dialog.
18+
- infra: Fixed an issue where database migrations would fail with an error
19+
`migrate v2: up: Dirty database version 1.`
20+
21+
### Security updates 🔐
22+
23+
There are no security updates in 1.34.1.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,12 @@
593593
]
594594
},
595595
{
596-
"path": "./changelog/1.34.0.md"
596+
"path": "./changelog/1.34.0.md",
597+
"children": [
598+
{
599+
"path": "./changelog/1.34.1.md"
600+
}
601+
]
597602
},
598603
{
599604
"path": "./changelog/1.33.0.md",

0 commit comments

Comments
 (0)