Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
## [2.5.0](v2.4.1...v2.5.0) (2024-09-10)

### Features

* add default `traceparent` value to `traceContext` ([fa06e41](fa06e41))
  • Loading branch information
semantic-release-bot committed Sep 10, 2024
1 parent f63c897 commit 4fc148b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4fc148b

Please sign in to comment.