-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version, changelog and readme
- Loading branch information
1 parent
cfd1250
commit 7cd39bc
Showing
3 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# slush changelog | ||
|
||
## 0.1 (2013-03-08) | ||
## 1.0 (2014-03-31) | ||
|
||
- Changing how to call a generator task, it's now: `slush <generator>:<task>` | ||
- Adding support for arguments, which is accessed via `gulp.args` (see README) | ||
- Showing installed generator's version numbers when listing generators | ||
- Showing version numbers for slush, gulp and generator when running slush with generator name and version flag | ||
- Some other minor fixes.. | ||
|
||
## 0.1 (2014-03-08) | ||
|
||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "slush", | ||
"description": "The streaming scaffolding system - Gulp as a replacement for Yeoman", | ||
"version": "0.1.0", | ||
"homepage": "http://github.com/klei/slush", | ||
"version": "1.0.0", | ||
"homepage": "http://klei.github.io/slush", | ||
"repository": "klei/slush", | ||
"author": "Joakim Bengtson <[email protected]>", | ||
"preferGlobal": true, | ||
|