Add v0230 changelog (#4183)

This commit is contained in:
WithoutPants
2023-10-09 14:40:03 +11:00
committed by GitHub
parent 65fa81b6be
commit b5117fd67b
2 changed files with 30 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ import V0190 from "src/docs/en/Changelog/v0190.md";
import V0200 from "src/docs/en/Changelog/v0200.md";
import V0210 from "src/docs/en/Changelog/v0210.md";
import V0220 from "src/docs/en/Changelog/v0220.md";
import V0230 from "src/docs/en/Changelog/v0230.md";
import { MarkdownPage } from "../Shared/MarkdownPage";
const Changelog: React.FC = () => {
@@ -62,9 +63,9 @@ const Changelog: React.FC = () => {
// after new release:
// add entry to releases, using the current* fields
// then update the current fields.
const currentVersion = stashVersion || "v0.22.0";
const currentVersion = stashVersion || "v0.23.0";
const currentDate = buildDate;
const currentPage = V0220;
const currentPage = V0230;
const releases: IStashRelease[] = [
{
@@ -73,6 +74,11 @@ const Changelog: React.FC = () => {
page: currentPage,
defaultOpen: true,
},
{
version: "v0.22.1",
date: "2023-08-21",
page: V0220,
},
{
version: "v0.21.0",
date: "2023-06-13",