From 313c03883ec48dd99cdf43fc9457d40d9599c142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sun, 30 Oct 2016 18:52:40 +0100 Subject: [PATCH] 0.4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53abcf4..e2a4d9c 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.5", + "version": "0.4.6", "main": "./source-map-support.js", "scripts": { "build": "node build.js",