Skip to content

Commit ae37a1a

Browse files
authored
chore: add changelog for 1.42.1 (coder#1267)
1 parent b7f31e0 commit ae37a1a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

changelog/1.42.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.42.1"
3+
description: "Released on 05/02/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.42.1.
9+
10+
### Features ✨
11+
12+
There are no features in 1.42.1.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed an issue where public Dev URLs resulted in an Internal Server
17+
Error.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.42.1.

manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,14 @@
11281128
{
11291129
"path": "./changelog/1.42.0.md",
11301130
"title": "1.42.0",
1131-
"description": "Released on 04/26/2023"
1131+
"description": "Released on 04/26/2023",
1132+
"children": [
1133+
{
1134+
"path": "./changelog/1.42.1.md",
1135+
"title": "1.42.1",
1136+
"description": "Released on 05/02/2023"
1137+
}
1138+
]
11321139
},
11331140
{
11341141
"path": "./changelog/1.41.0.md",

0 commit comments

Comments
 (0)