From 73c636f7d4db8c80aeb806fae531587970d040a5 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 8 Apr 2019 10:48:12 -0400 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e41c0d7..6135db3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zeit/tracing-js", - "version": "0.4.0", + "version": "0.4.1", "description": "A partial implementation of the Opentracing JavaScript API for honeycomb.io backend", "main": "./dist/src/index.js", "types": "./dist/src/index.d.js",