bumpp 9.8.1 → 9.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,6 @@
2
2
  * The main entry point of the CLI
3
3
  */
4
4
  declare function main(): Promise<void>;
5
- declare function checkGitStatus(): void;
5
+ declare function checkGitStatus(): Promise<void>;
6
6
 
7
7
  export { checkGitStatus, main };
@@ -2,6 +2,6 @@
2
2
  * The main entry point of the CLI
3
3
  */
4
4
  declare function main(): Promise<void>;
5
- declare function checkGitStatus(): void;
5
+ declare function checkGitStatus(): Promise<void>;
6
6
 
7
7
  export { checkGitStatus, main };