From 88db836311cd4cb6f7b0b763eaea606ac6d32a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Thu, 14 Jul 2016 15:23:52 +0200 Subject: [PATCH] 0.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed90469..78326ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "source-map-support", "description": "Fixes stack traces for files with source maps", - "version": "0.4.1", + "version": "0.4.2", "main": "./source-map-support.js", "scripts": { "build": "node build.js",