From c177074f2111d1453fcfc6c91ace37b18140fd9f Mon Sep 17 00:00:00 2001 From: Tomas Sardyha Date: Tue, 3 Jun 2014 18:43:06 +0200 Subject: [PATCH] Release 0.3.1 --- History.md | 11 ++++++++--- component.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index ee3a95c..1b0af46 100644 --- a/History.md +++ b/History.md @@ -1,20 +1,25 @@ +0.3.1 / 2014-06-03 +================== + + * fix custom assertion messages being ignored + 0.3.0 / 2013-12-10 ================== * add node assert methods -0.2.0 / 2013-08-15 +0.2.0 / 2013-08-15 ================== * update to work with latest component/stack. -0.1.1 / 2012-10-09 +0.1.1 / 2012-10-09 ================== * fix paren balancing with greedy capture -0.1.0 / 2012-10-09 +0.1.0 / 2012-10-09 ================== * add callsite support for auto-generated messages diff --git a/component.json b/component.json index 52767b3..0387482 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "assert", "repo": "component/assert", "description": "Assertion lib", - "version": "0.3.0", + "version": "0.3.1", "keywords": ["assert", "test"], "dependencies": { "component/stack": "*",