From 2ee487990cf5ae093001a429b014b133f38f487e Mon Sep 17 00:00:00 2001 From: Stephen Firincieli Date: Mon, 30 Oct 2023 13:12:22 -0400 Subject: [PATCH] v5.49.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cd815b4..8e4a9918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-datadog", - "version": "5.48.0", + "version": "5.49.0", "description": "Serverless plugin to automatically instrument python and node functions with datadog tracing", "main": "dist/src/index.js", "repository": "https://github.com/DataDog/serverless-plugin-datadog",