Comparing version 3.9.1 to 3.9.2
@@ -5,4 +5,10 @@ # CHANGELOG | ||
#### *v3.9.0 - 19/11/2019 | ||
#### Hotfix v3.9.1 && *v3.9.2 - 20/11/2019 | ||
- Fixes on the `merger init` command. | ||
| ||
#### v3.9.0 - 19/11/2019 | ||
- Added support for optional custom source file configuration that overwrites the global merger configuration | ||
@@ -9,0 +15,0 @@ (minfication for the moment). |
@@ -103,3 +103,3 @@ /* | ||
writeJSONFile( process.cwd(), 'merger-config', config ); | ||
console.info( `\n ${newTimestamp()} - Init successful.\n`, JSON.stringify( data, null, '\t' ), `\n ${finalInitMessage}` ); | ||
console.info( `\n ${newTimestamp()} - Init successful.\n`, JSON.stringify( config, null, '\t' ), `\n ${finalInitMessage}` ); | ||
@@ -106,0 +106,0 @@ } catch ( e ) { |
{ | ||
"name": "merger-js", | ||
"displayName": "MergerJS", | ||
"version": "3.9.1", | ||
"version": "3.9.2", | ||
"description": "Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.", | ||
@@ -6,0 +6,0 @@ "readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md", |
# Current Branch Version | ||
**v3.9.1** | ||
**v3.9.2** |
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
133058
61