Release v0.1.22
This commit is contained in:
@@ -17,6 +17,13 @@ export type ChangelogEntry = {
|
||||
export const APP_VERSION: string = packageInfo.version;
|
||||
|
||||
export const changelog: ChangelogEntry[] = [
|
||||
{
|
||||
version: '0.1.22',
|
||||
date: '2026-06-15',
|
||||
highlights: [
|
||||
'Web App - Throughput module is now live.'
|
||||
]
|
||||
},
|
||||
{
|
||||
version: '0.1.20',
|
||||
date: '2026-06-13',
|
||||
|
||||
@@ -146,8 +146,7 @@ export const throughputItem: NavItem = {
|
||||
label: 'Throughput',
|
||||
shortLabel: 'OT',
|
||||
icon: Gauge,
|
||||
moduleKey: 'operations_throughput',
|
||||
badge: 'test'
|
||||
moduleKey: 'operations_throughput'
|
||||
};
|
||||
|
||||
export const orderingItem: NavItem = {
|
||||
|
||||
Reference in New Issue
Block a user