We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1093a1a commit 7d639b9Copy full SHA for 7d639b9
changelog/1.44.4.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.44.4"
3
+description: "Released on 02/14/2024"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.44.4.
9
10
+### Features ✨
11
12
+- web: Updated code-server to 4.21.1 which includes VS Code 1.86.1.
13
+- infra: Updated sysbox to v0.6.2.
14
15
+### Bug fixes 🐛
16
17
+There are no bug fixes in 1.44.4.
18
19
+### Security updates 🔐
20
21
+There are no security updates in 1.44.4.
manifest.json
@@ -1132,6 +1132,11 @@
1132
"title": "1.44.0",
1133
"description": "Released on 06/29/2023",
1134
"children": [
1135
+ {
1136
+ "path": "./changelog/1.44.4.md",
1137
+ "title": "1.44.4",
1138
+ "description": "Released on 02/14/2024"
1139
+ },
1140
{
1141
"path": "./changelog/1.44.3.md",
1142
"title": "1.44.3",
0 commit comments