From 4fc148b874e1cfab2ac8a4c659b6c9ae94e0ee6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 Sep 2024 16:29:38 +0000 Subject: [PATCH] chore(release): 2.5.0 ## [2.5.0](https://github.com/willmorgan/stub-azure-function-context/compare/v2.4.1...v2.5.0) (2024-09-10) ### Features * add default `traceparent` value to `traceContext` ([fa06e41](https://github.com/willmorgan/stub-azure-function-context/commit/fa06e413534b182bb427be43db16738c21a33fb4)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7f5d8..ba3853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/willmorgan/stub-azure-function-context/compare/v2.4.1...v2.5.0) (2024-09-10) + + +### Features + +* add default `traceparent` value to `traceContext` ([fa06e41](https://github.com/willmorgan/stub-azure-function-context/commit/fa06e413534b182bb427be43db16738c21a33fb4)) + ## [2.4.1](https://github.com/willmorgan/stub-azure-function-context/compare/v2.4.0...v2.4.1) (2023-10-16) diff --git a/package-lock.json b/package-lock.json index 3dea556..e11ff37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stub-azure-function-context", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd51cc2..6d448a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stub-azure-function-context", - "version": "2.4.1", + "version": "2.5.0", "description": "Provides an object similar to Function Runtime's context for use in unit testing", "main": "dist/index.js", "types": "dist/index.d.ts",