batch-rename-by-function
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.2.1] - 2018-12-01 | ||
### Changed | ||
- Fix minor mistake README.md | ||
## [1.2.0] - 2018-12-01 | ||
@@ -26,4 +30,5 @@ ### Added | ||
[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.0...HEAD | ||
[Unreleased]: https://github.com/papb/jsonify-error/compare/v1.2.1...HEAD | ||
[1.2.1]: https://github.com/papb/jsonify-error/compare/v1.2.0...v1.2.1 | ||
[1.2.0]: https://github.com/papb/jsonify-error/compare/v1.1.0...v1.2.0 | ||
[1.1.0]: https://github.com/papb/jsonify-error/compare/v1.0.1...v1.1.0 |
{ | ||
"name": "batch-rename-by-function", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Batch rename files and folders by providing a JS function", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
@@ -69,6 +69,7 @@ batch-rename-by-function | ||
Options: | ||
--help Show help [boolean] | ||
--version Show version number [boolean] | ||
--dry-run Show which renames would happen without actually performing them | ||
[boolean] [default: false] | ||
--help Show help [boolean] | ||
--version Show version number [boolean] | ||
--no-dry-run, --force, -F Perform the actual renaming (if omitted, a dry-run | ||
will occur instead, i.e., just a simulation of the | ||
renamings). [boolean] [default: false] | ||
@@ -75,0 +76,0 @@ Examples: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13285
113
0