Skip to content

Commit

Permalink
v0.2.2 - Package, Release Notes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
logeshpaul committed Apr 14, 2015
1 parent 0a4f840 commit a9f20a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.1",
"version": "0.2.2",
"description": "Perfectionist Frontend Generator",
"author": {
"name": "Logesh Paul",
Expand Down
10 changes: 10 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9f20a6

Please sign in to comment.