Skip to content

Commit f693c7b

Browse files
author
Katie Horne
committed
add branch for release 1.23
1 parent 91e18cf commit f693c7b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog/1.23.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "1.23.0"
3+
description: "Released on 09/22/2021"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.23.0.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.23.0.
13+
14+
### Bug fixes 🐛
15+
16+
There are no bug fixes in 1.23.0.
17+
18+
### Security updates 🔐
19+
20+
There are no security updates in 1.23.0.

manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versions": ["v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17"],
2+
"versions": ["v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17"],
33
"routes": [
44
{
55
"path": "./index.md",
@@ -417,6 +417,9 @@
417417
{
418418
"path": "./changelog/index.md",
419419
"children": [
420+
{
421+
"path": "./changelog/1.23.0.md"
422+
},
420423
{
421424
"path": "./changelog/1.22.0.md"
422425
},

0 commit comments

Comments
 (0)