From 9e0897da346ca0124a26b4c69476e0c04c0bce97 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 17:11:46 +0200 Subject: [PATCH] chore(release): 1.103.0 [skip ci] # [1.103.0](https://github.com/lumigo-io/lumigo-node/compare/v1.102.2...v1.103.0) (2024-11-06) ### Features * RD-13971-Masking-does-not-work-for-outbound-JSON-requests ([#523](https://github.com/lumigo-io/lumigo-node/issues/523)) ([112600d](https://github.com/lumigo-io/lumigo-node/commit/112600d86485559e6fb6b32a8afe6f42ac0efed4)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d96e2c36..b57acc5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@lumigo/tracer", - "version": "1.102.2", + "version": "1.103.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d52faca0..63c36071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lumigo/tracer", - "version": "1.102.2", + "version": "1.103.0", "description": "Lumigo Tracer for Node.js v8.x / v10.x / v12.x Runtimes", "main": "dist/index.js", "repository": "git@github.com:lumigo-io/lumigo-node.git",