Skip to content

Commit

Permalink
docs: 7 instead of 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jan 5, 2024
1 parent aa7e5e0 commit 7034d72
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MIGRATING_V5-V6.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migrating from v5 to v6
# Migrating from v5 to v7

## ESM

Expand Down Expand Up @@ -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.

0 comments on commit 7034d72

Please sign in to comment.