From 5eaf2eba738891c7e764a676c6e2abe72c9b13c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Negr=C3=B3n?= Date: Mon, 30 Dec 2024 10:47:12 -0400 Subject: [PATCH] add version to history log table --- packages/cli/src/oclif/commands/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli/src/oclif/commands/history.js b/packages/cli/src/oclif/commands/history.js index acca51185..b1ddd4324 100644 --- a/packages/cli/src/oclif/commands/history.js +++ b/packages/cli/src/oclif/commands/history.js @@ -15,6 +15,7 @@ class HistoryCommand extends BaseCommand { ['What', 'action'], ['Message', 'message'], ['Who', 'customuser'], + ['Version', 'version'], ['Timestamp', 'date'], ], emptyMessage: 'No historical actions found',