diff --git a/changelog.txt b/changelog.txt index e69de29..70a4169 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,3 @@ +feature - Added ability for a task to override its own `finished_state` by passing `data._new_state` into the `resolve()` function. +feature - Added a task's ID to the `_id` internal key (credit: @pdesgarets). +feature - Added ability to configure paths to `specs` and `tasks` locations (credit: @rafalsobota). diff --git a/package.json b/package.json index c81c21d..cc34622 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "package.json" ], "peerDependencies": { - "firebase": "2.x" + "firebase": "^2.4.2" }, "dependencies": { - "firebase": "^2.4.1", + "firebase": "^2.4.2", "lodash": "^4.6.1", "rsvp": "^3.2.1", "node-uuid": "^1.4.7",