Skip to content

Commit

Permalink
chore(bump): v0.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Oct 7, 2015
1 parent f9f2f5c commit 7ef154c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [0.42.0](https://github.com/jyounce/rapid-build/compare/v0.41.0...v0.42.0) (2015-10-07)


### Performance Improvements

* **tasks:** lazy load build tasks ([18c9e57](https://github.com/jyounce/rapid-build/commit/18c9e57))



# [0.41.0](https://github.com/jyounce/rapid-build/compare/v0.40.1...v0.41.0) (2015-10-05)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "rapid-build",
"version": "0.41.0",
"version": "0.42.0",
"description": "Rapid build system utilizing Node.js, Express and AngularJS.",
"homepage": "https://github.com/jyounce/rapid-build",
"author": {
Expand All @@ -24,7 +24,7 @@
"prepublish": "npm update colors && npm update fs-extra && npm update q && node scripts/prepublish"
},
"devDependencies": {
"conventional-changelog": "0.4.3",
"conventional-changelog": "0.5.0",
"prepend-file": "1.3.0"
},
"dependencies": {
Expand Down

0 comments on commit 7ef154c

Please sign in to comment.