From 173d60b420b7a058ee693d223a287bab4a4b32c3 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 26 Jan 2015 22:57:49 +1000 Subject: [PATCH] release(1.1.5): Moving logic from node-seed into this module * refactor(configPrompt): Updated the ODM config prompt to write to environment based configs * fix(rebase): Fixes #12 grunt db hanging * release(1.0.3): Cleanup for release 1.0.3 * hotfix(rebase): Fixed problem with rebase and released 1.0.4 * feat(associations): Implemented FCC Model Assocations * feat(db): Rebase and Seed now work correctly with associations * feat(associations): Associations (WIP) * refactor(model): Moving logic from node-seed into this module * chore(update): Dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a3929c4..dedccd9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "clever-odm", "description": "CleverStack ODM (NoSQL) Module", - "version": "1.0.4", + "version": "1.0.5", "main": "module.js", "author": { "name": "CleverStack", @@ -39,4 +39,4 @@ "grunt": "~0.4.2", "grunt-prompt": "~1.1.0" } -} \ No newline at end of file +}