Skip to content

Commit

Permalink
chore(release): 2.4.1
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2023-10-16)

### Bug Fixes

* fix bufferBody condition to correctly resolve provided buffers ([411d7f8](411d7f8))
  • Loading branch information
semantic-release-bot committed Oct 16, 2023
1 parent 62dc90d commit 7628776
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.4.1](https://github.com/willmorgan/stub-azure-function-context/compare/v2.4.0...v2.4.1) (2023-10-16)


### Bug Fixes

* fix bufferBody condition to correctly resolve provided buffers ([411d7f8](https://github.com/willmorgan/stub-azure-function-context/commit/411d7f89071b8271c5a3b0529aa54cff5e6a1db8))

## [2.4.0](https://github.com/willmorgan/stub-azure-function-context/compare/v2.3.1...v2.4.0) (2023-10-16)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.4.1",
"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 7628776

Please sign in to comment.