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