From 2ac9a18d3a4385975343bce707ba8ba1f08a4689 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Wed, 19 Feb 2014 20:19:35 -0800 Subject: [PATCH] Release 0.2.0 --- History.md | 8 ++++++++ component.json | 10 ++++++++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index a553dca..f0de3ce 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.2.0 / 2014-02-19 +================== + + * package: rename to "component-each" + * index: remove try/catch require('type') logic + * package: simplify "browser" field + * add context argument to invoke iterator in + 0.1.0 / 2013-09-15 ================== diff --git a/component.json b/component.json index 657c419..ccf655d 100644 --- a/component.json +++ b/component.json @@ -2,8 +2,14 @@ "name": "each", "repo": "component/each", "description": "Array / object / string iteration utility", - "version": "0.1.0", - "keywords": ["object", "string", "array", "each", "utility"], + "version": "0.2.0", + "keywords": [ + "object", + "string", + "array", + "each", + "utility" + ], "dependencies": { "component/to-function": "*", "component/type": "*" diff --git a/package.json b/package.json index 8d6ec80..8304e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "component-each", - "version": "0.1.0", + "version": "0.2.0", "description": "Array / object / string iteration utility", "dependencies": { "type-component": "*",