diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8f23f8..ed6a243a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +**v0.2.9-22** +- 👌 IMPROVE: Output log. + **v0.2.9-21** - 📖 DOC: Improve documentation and website. diff --git a/installer/modules/printNextSteps.js b/installer/modules/printNextSteps.js index dd4e1d2a..d840bac6 100755 --- a/installer/modules/printNextSteps.js +++ b/installer/modules/printNextSteps.js @@ -31,19 +31,19 @@ module.exports = () => { 'Like WordPressify? Check out our other free and open source repositories: \n' ); console.log( - ` ${chalk.yellow('GoPablo →')} https://bit.ly/2Hgkfpy`, + ` ${chalk.yellow('GoPablo → ')} https://bit.ly/2Hgkfpy`, '\n', ` ${chalk.gray('GoPablo is a static site generator.')}`, '\n', - ` ${chalk.yellow('FuzzyMail →')} https://bit.ly/2P3Irlr`, + ` ${chalk.yellow('FuzzyMail → ')} https://bit.ly/2P3Irlr`, '\n', ` ${chalk.gray('Email template generator. Making emails fun again.')}`, '\n', - ` ${chalk.yellow('ReactFondue →')} https://bit.ly/2OXgStR`, + ` ${chalk.yellow('ReactFondue → ')} https://bit.ly/2OXgStR`, '\n', ` ${chalk.gray('SEO optimized React applications with SSR.')}`, '\n', - ` ${chalk.green('Powered by Riangle →')} https://bit.ly/2P5i26I`, + ` ${chalk.green('Powered by Riangle → ')} https://bit.ly/2P5i26I`, '\n', '\n', ` ${chalk.red( diff --git a/installer/package.json b/installer/package.json index ce135d74..010600d9 100644 --- a/installer/package.json +++ b/installer/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-21", + "version": "0.2.9-22", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel", diff --git a/package-lock.json b/package-lock.json index 20404b38..8d20d7bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-21", + "version": "0.2.9-22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 948624f1..69634cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-21", + "version": "0.2.9-22", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel",