git-stack-cli 1.2.4 → 1.2.5

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.
@@ -34334,7 +34334,7 @@ async function command() {
34334
34334
  .wrap(123)
34335
34335
  // disallow unknown options
34336
34336
  .strict()
34337
- .version("1.2.4" )
34337
+ .version("1.2.5" )
34338
34338
  .showHidden("show-hidden", "Show hidden options via `git stack help --show-hidden`")
34339
34339
  .help("help", "Show usage via `git stack help`").argv);
34340
34340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-stack-cli",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "author": "magus",
6
6
  "license": "MIT",