@theo.gravity/version-bump
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -20,3 +20,3 @@ "use strict"; | ||
this.projectRoot = options.projectRoot || process.cwd(); | ||
this.configFile = options.configFile || '.version-bump.ts'; | ||
this.configFile = options.configFile || '.version-bump.js'; | ||
this.logger = logger; | ||
@@ -23,0 +23,0 @@ } |
@@ -0,1 +1,5 @@ | ||
# 2.0.6 - Mon Mar 30 2020 09:18:00 | ||
Fix bug where `.version-bump.js` was not being read if no command args was specified. | ||
# 2.0.5 - Mon Mar 30 2020 08:33:24 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@theo.gravity/version-bump", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Version bump package.json (or a version file) via various plugins (eg cli, git, etc).", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
77115