From 14d1626a02097543210ca3077b415a9c7ec290ce Mon Sep 17 00:00:00 2001 From: Logesh Paul Date: Sun, 24 May 2015 22:43:19 +0530 Subject: [PATCH] v0.2.5 - Release Notes, Package file update --- package.json | 2 +- release.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f60ff8c..f6dfb8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-smacss", - "version": "0.2.4", + "version": "0.2.5", "description": "Perfectionist Frontend Generator", "author": { "name": "Logesh Paul", diff --git a/release.md b/release.md index 6b51376..69807c4 100644 --- a/release.md +++ b/release.md @@ -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 @@ -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 \ No newline at end of file