From 0d8a9d28b9bd34eb696d7b1ea8c2b6936b6ce88a Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 8 Apr 2012 11:02:47 -0700 Subject: [PATCH] Release 1.5.1 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 7b1c5c2..ffa3b19 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +1.5.1 / 2012-04-08 +================== + + * Merge pull request #16 from KyleAMathews/patch-1 + * Fixes #15 + 1.5.0 / 2012-02-08 ================== diff --git a/package.json b/package.json index 8466ea5..f487cae 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "growl", - "version": "1.5.0", + "version": "1.5.1", "description": "Growl unobtrusive notifications", "author": "TJ Holowaychuk ", "main": "./lib/growl.js"