From 09c86114dd6f8dbeaf611b5120d73017a733e7c9 Mon Sep 17 00:00:00 2001 From: Justin Debbink Date: Wed, 28 Jun 2023 07:59:31 -0500 Subject: [PATCH] 1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97caa9c..fc9d72a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gamechanger/datadog-apm", - "version": "1.2.1", + "version": "1.3.0", "description": "Utility functions to help integrate Datadog's APM with a Node.js client", "main": "lib/index.js", "types": "lib/index.d.ts",