Skip to content

Commit 42d92c4

Browse files
author
Katie Horne
authored
chore: add changelog for release 1.22.2 (#630)
1 parent 9afe5cb commit 42d92c4

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog/1.22.2.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.22.2"
3+
description: "Released on 09/23/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.22.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.22.2.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed issue where users had to rebuild workspaces twice after
17+
regenerating SSH keys.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.22.2.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@
420420
{
421421
"path": "./changelog/index.md",
422422
"children": [
423+
{
424+
"path": "./changelog/1.22.2.md"
425+
},
423426
{
424427
"path": "./changelog/1.22.1.md"
425428
},

0 commit comments

Comments
 (0)