Skip to content

Commit 48b6233

Browse files
committed
v1.2.1
1 parent b84f1cd commit 48b6233

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

History.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# History
22

3+
## 1.2.1 / 2012-12-30
4+
5+
- [refactoring] Catch error when first argument is an instance of Error
6+
- [update packages] should->1.2.1
7+
8+
9+
10+
## 1.2.0 / 2012-11-21
11+
12+
- [new feature] Add error handler
13+
14+
15+
316
## 1.1.3 / 2012-07-23
417

518
- Update examples
@@ -57,4 +70,4 @@
5770

5871
## 0.0.1 / 2012-01-10
5972

60-
- Initial release
73+
- Initial release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name" : "node.flow",
3-
"version" : "1.2.0",
3+
"version" : "1.2.1",
44
"description" : "A deadly simple flow control package for node.js",
55
"keywords" : [ "flow", "node.flow", "flow control", "async", "sync", "steps" ],
66
"author" : "dreamerslab <ben@dreamerslab.com>",
77
"dependencies": {
88
"node.extend" : "1.0.0"
99
},
1010
"devDependencies": {
11-
"should": "1.0.0"
11+
"should": "1.2.1"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)