Update "What's New" for 5.23 (and any other bugfix-only releases)

This commit is contained in:
Evan Hahn 2021-10-28 17:25:25 -05:00 committed by GitHub
parent f4a25d0187
commit 09250abb1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6484,8 +6484,8 @@
"message": "Screen reader users should now find it easier to navigate through the conversation list on the left pane.", "message": "Screen reader users should now find it easier to navigate through the conversation list on the left pane.",
"description": "Release notes for v5.21" "description": "Release notes for v5.21"
}, },
"WhatsNew__v5.22": { "WhatsNew__bugfixes": {
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for v5.22" "description": "Release notes for releases that only include bug fixes"
} }
} }

View file

@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion(), version: window.getVersion(),
features: [ features: [
{ {
key: 'WhatsNew__v5.22', key: 'WhatsNew__bugfixes',
components: undefined, components: undefined,
}, },
], ],