From f7552c783bb65f8e770651825641b548988f1124 Mon Sep 17 00:00:00 2001 From: Andreas Madsen Date: Sun, 21 Feb 2016 17:04:58 +0100 Subject: [PATCH] [bump] version 1.3.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af854ef..31895e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "async-hook", "description": "Inspect the life of handle objects in node", - "version": "1.2.0", + "version": "1.3.0", "author": "Andreas Madsen ", "main": "./index.js", "scripts": { @@ -26,6 +26,6 @@ "cli-color": "1.1.x" }, "engines": { - "node": "^4.2.5 || ^5.3" + "node": "^5.7" } }