Skip to content

Commit

Permalink
v0.2.5 - Release Notes, Package file update
Browse files Browse the repository at this point in the history
  • Loading branch information
logeshpaul committed May 24, 2015
1 parent f5d184e commit 14d1626
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-smacss",
"version": "0.2.4",
"version": "0.2.5",
"description": "Perfectionist Frontend Generator",
"author": {
"name": "Logesh Paul",
Expand Down
7 changes: 6 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

**v0.2.5**
- Modularized Gulp file - Ever thought that the `gulpfile.js` is growing too large, We heard your inner voice.
Gulp file is modularized using `require-dir` plugin; you can find your gulp tasks in `app\tasks\` folder
- Update Notifier - CLI notifies if you are using an older version of `generator-smacss`

**v0.2.4**
- Yet another New App Type - Admin Web App! With generator-smacss you can create bootstraped admin panels;
which comes with predefined dashboard, forms, tabular data, sidebar, notification bar for creating
Expand Down Expand Up @@ -64,4 +69,4 @@
**v0.1.0**
- Initial working version of Static app generator
- SMACSS approach - directory structure, naming convention
- Productivity helper tasks
- Productivity helper tasks

0 comments on commit 14d1626

Please # to comment.