From 7034d723f25f7e4578738c772b6e139a40877276 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 5 Jan 2024 16:04:38 -0600 Subject: [PATCH] docs: 7 instead of 6 --- MIGRATING_V5-V6.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MIGRATING_V5-V6.md b/MIGRATING_V5-V6.md index c35e7cdd0..4ce429155 100644 --- a/MIGRATING_V5-V6.md +++ b/MIGRATING_V5-V6.md @@ -1,4 +1,4 @@ -# Migrating from v5 to v6 +# Migrating from v5 to v7 ## ESM @@ -43,3 +43,7 @@ Project was typed as an `SfProject` but could be undefined when `requiresProject ### SfCommand.catch Catch was previously typed to return an error, but it always threw the error. It's now properly typed as `never`. If you extended `catch`, your method should also return `never`. + +### Why 5=>7 What happened to 6? + +The CI published it as 7; we just try to keep the robots happy.