diff --git a/component.json b/component.json index 623382c..31dc71f 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "unherit", - "version": "1.0.2", + "version": "1.0.3", "description": "Clone a constructor without affecting the super-class", "license": "MIT", "keywords": [ diff --git a/history.md b/history.md index 5c19de8..3165690 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,11 @@ +1.0.3 / 2015-07-27 +================== + +* Fix missing dependency ([49860a0](https://github.com/wooorm/unherit/commit/49860a0)) + 1.0.2 / 2015-07-27 ================== diff --git a/package.json b/package.json index f5e257b..8fce8bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unherit", - "version": "1.0.2", + "version": "1.0.3", "description": "Clone a constructor without affecting the super-class", "license": "MIT", "keywords": [