From bdea7fefc11c78a733a08d5228a747801df191e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Tue, 18 Oct 2016 08:52:39 +0200 Subject: [PATCH] 0.4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e595ad6..53abcf4 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.4", + "version": "0.4.5", "main": "./source-map-support.js", "scripts": { "build": "node build.js",