bumpp 8.2.0 → 8.2.1

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.
package/dist/cli/index.js CHANGED
@@ -1683,7 +1683,7 @@ init_cjs_shims();
1683
1683
  var import_log_symbols2 = __toESM(require_log_symbols());
1684
1684
 
1685
1685
  // package.json
1686
- var version = "8.2.0";
1686
+ var version = "8.2.1";
1687
1687
 
1688
1688
  // src/types/version-bump-progress.ts
1689
1689
  init_cjs_shims();
@@ -2306,7 +2306,7 @@ function parseArgs() {
2306
2306
  all: args.all,
2307
2307
  confirm: !args.yes,
2308
2308
  noVerify: !args.verify,
2309
- files: args["--"],
2309
+ files: [...args["--"] || [], ...result.args],
2310
2310
  ignoreScripts: args.ignoreScripts,
2311
2311
  execute: args.execute
2312
2312
  }
@@ -12,7 +12,7 @@ init_esm_shims();
12
12
  var import_log_symbols = __toESM(require_log_symbols());
13
13
 
14
14
  // package.json
15
- var version = "8.2.0";
15
+ var version = "8.2.1";
16
16
 
17
17
  // src/cli/exit-code.ts
18
18
  init_esm_shims();
@@ -45,7 +45,7 @@ function parseArgs() {
45
45
  all: args.all,
46
46
  confirm: !args.yes,
47
47
  noVerify: !args.verify,
48
- files: args["--"],
48
+ files: [...args["--"] || [], ...result.args],
49
49
  ignoreScripts: args.ignoreScripts,
50
50
  execute: args.execute
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bumpp",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "packageManager": "pnpm@7.2.1",
5
5
  "description": "Bump version, commit changes, tag, and push to Git",
6
6
  "author": {