Skip to content

Commit 5a528eb

Browse files
authored
chore: add changelog for 1.34.1 (#1140) (#1144)
* chore: add changelog for 1.34.1 * fixup! chore: add changelog for 1.34.1 (cherry picked from commit 6efc276)
1 parent 8816657 commit 5a528eb

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
@@ -570,7 +570,12 @@
570570
"path": "./changelog/index.md",
571571
"children": [
572572
{
573-
"path": "./changelog/1.34.0.md"
573+
"path": "./changelog/1.34.0.md",
574+
"children": [
575+
{
576+
"path": "./changelog/1.34.1.md"
577+
}
578+
]
574579
},
575580
{
576581
"path": "./changelog/1.33.0.md",

0 commit comments

Comments
 (0)