diff --git a/package.json b/package.json index 6ef57d7..7877fcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-smacss", - "version": "0.2.1", + "version": "0.2.2", "description": "Perfectionist Frontend Generator", "author": { "name": "Logesh Paul", diff --git a/release.md b/release.md index a21e8cd..17e944c 100644 --- a/release.md +++ b/release.md @@ -1,5 +1,15 @@ # Release History +**v0.2.2** + +- Bower Components - Auto check dependencies and concat in right order +- Test integrated for basic app scaffolding, more to come in next release +- New CI: Hound to validate all pull request for lint, syntax, formatting etc., +- CI update: Travis now validates all pull request for `npm test` +- Generator now uses `gulp-load-plugins` to load gulp plugins +- Bug fixes and Improvements: zip sitename fix, bower concat fix & gitignore update +- Documentation: Added Bower components tips and release notes + **v0.2.1** - Improvements: Refactoring, Extracted Methods, Cleanup, Director structure update - Readme file improvements and Better Favicon