Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 20, 2014
1 parent 6a97fc0 commit 2ac9a18
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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 0.1.0 / 2013-09-15
================== ==================


Expand Down
10 changes: 8 additions & 2 deletions component.json
Expand Up @@ -2,8 +2,14 @@
"name": "each", "name": "each",
"repo": "component/each", "repo": "component/each",
"description": "Array / object / string iteration utility", "description": "Array / object / string iteration utility",
"version": "0.1.0", "version": "0.2.0",
"keywords": ["object", "string", "array", "each", "utility"], "keywords": [
"object",
"string",
"array",
"each",
"utility"
],
"dependencies": { "dependencies": {
"component/to-function": "*", "component/to-function": "*",
"component/type": "*" "component/type": "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "component-each", "name": "component-each",
"version": "0.1.0", "version": "0.2.0",
"description": "Array / object / string iteration utility", "description": "Array / object / string iteration utility",
"dependencies": { "dependencies": {
"type-component": "*", "type-component": "*",
Expand Down

0 comments on commit 2ac9a18

Please sign in to comment.