From 71c7cce27972f1e7836a48587e03e6edd6b7202f Mon Sep 17 00:00:00 2001 From: Yiming Luo Date: Wed, 5 Mar 2025 13:48:07 -0500 Subject: [PATCH] v5.83.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9876931a..de6a9d2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-datadog", - "version": "5.82.0", + "version": "5.83.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",