Skip to content

Commit 7d639b9

Browse files
authored
Add 1.44.4 changelog (coder#1332)
1 parent 1093a1a commit 7d639b9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

changelog/1.44.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

+5
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,11 @@
11321132
"title": "1.44.0",
11331133
"description": "Released on 06/29/2023",
11341134
"children": [
1135+
{
1136+
"path": "./changelog/1.44.4.md",
1137+
"title": "1.44.4",
1138+
"description": "Released on 02/14/2024"
1139+
},
11351140
{
11361141
"path": "./changelog/1.44.3.md",
11371142
"title": "1.44.3",

0 commit comments

Comments
 (0)