From f01869fb97687794cc415bc7a5357b03a2afc467 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 8 Dec 2014 02:08:00 +0000 Subject: [PATCH] packaging --- HISTORY | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 9ebf37e..a9bf61a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ HISTORY ------- +Version 0.0.5 +--------------------- +* urchin now unsets `CDPATH`. +* The documentation for `urchin -x` was removed because it was confusing. + Version 0.0.4 --------------------- * Switch urchin -x to urchin -sh and fix some problems with it diff --git a/package.json b/package.json index 8436c04..9c4c715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urchin", - "version": "0.0.4", + "version": "0.0.5", "description": "Test framework for shell", "main": "urchin", "directories": { @@ -24,8 +24,8 @@ {"name": "Thomas Levine", "email": "_@thomaslevine.com"}, {"name": "David Jones", "email": "drj@pobox.com"}, {"name": "Francis Irving", "email": "francis@flourish.org"}, - {"name": "Zarino Zappia", "email": "mail@zarino.co.uk"} - {"name": "Tom Mortimer-Jones", "email": "tom@morty.co.uk"} + {"name": "Zarino Zappia", "email": "mail@zarino.co.uk"}, + {"name": "Tom Mortimer-Jones", "email": "tom@morty.co.uk"}, {"name": "Michael Klement", "email": "mklement0@gmail.com"} ], "license": "BSD"