Skip to content

Commit

Permalink
release(1.2.0-rc-1): Releasing inline with angular-seed 1.2.0-rc-2
Browse files Browse the repository at this point in the history
* fix(backgroundTasks): Only load tasks if clever-background-tasks is installed
* fix(backgroundTasks): Only load tasks if clever-background-tasks is installed
* fix(Model): fixed definition bug in Model
* fix(mailer): Patched default mailer util to safely include sendgrid
* refactor(promises): Updated usage of Promise API inline with the latest version
* update(deps): All dependencies updated except express
* refactor(seedData): Updated seed data for default account and user
* refactor(seedData): Temp fix for testing
* fix(bundledDependencies): Removed clever-orm and clever-auth from default installation
* fix(Seed): Moved module related seedData into their respective modules
  • Loading branch information
pilsy committed Nov 27, 2014
1 parent e0fb14f commit 9a29b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "node-seed",
"description": "Cleverstack Node-Seed",
"version": "1.2.0-rc-1",
"version": "1.2.0-rc-2",
"main": "app.js",
"author": {
"name": "CleverStack",
Expand Down Expand Up @@ -79,4 +79,4 @@
"bundledDependencies": [

]
}
}

0 comments on commit 9a29b15

Please sign in to comment.