We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afe5cb commit 42d92c4Copy full SHA for 42d92c4
changelog/1.22.2.md
@@ -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
@@ -420,6 +420,9 @@
420
{
421
"path": "./changelog/index.md",
422
"children": [
423
+ {
424
+ "path": "./changelog/1.22.2.md"
425
+ },
426
427
"path": "./changelog/1.22.1.md"
428
},
0 commit comments