From 1876573845c9d53e1ba1a4d73b1d6ae17e43219e Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 27 Jul 2015 19:14:43 +0200 Subject: [PATCH] 1.0.3 --- component.json | 2 +- history.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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": [