Comparing version 0.22.4 to 0.22.5
@@ -0,1 +1,9 @@ | ||
## [Version 0.22.5](https://github.com/egoist/sao/releases/tag/v0.22.5) (2017-10-21) | ||
### Bug fixes | ||
- Add Github username: [`aefcfd9`](https://github.com/egoist/sao/commit/aefcfd9) ([#64](https://github.com/egoist/sao/issues/64)) | ||
[...full changes](https://github.com/egoist/sao/compare/v0.22.4...v0.22.5) | ||
## [Version 0.22.4](https://github.com/saojs/sao/releases/tag/v0.22.4) (2017-10-13) | ||
@@ -2,0 +10,0 @@ |
@@ -16,3 +16,3 @@ 'use strict' | ||
gitUser = gitUser || require('./git-user')() | ||
prompt.default = gitUser.name | ||
prompt.default = gitUser.username || gitUser.name | ||
} | ||
@@ -19,0 +19,0 @@ if (prompt.role === 'git:email' || prompt.default === ':gitEmail:') { |
{ | ||
"name": "sao", | ||
"version": "0.22.4", | ||
"version": "0.22.5", | ||
"description": "Futuristic project generator.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
41969