diff --git a/CHANGELOG.md b/CHANGELOG.md index d299264..dc2dec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.3.1](https://github.com/nodeshift/faas-js-runtime/compare/v2.3.0...v2.3.1) (2024-06-04) + + +### Bug Fixes + +* upgrade fastify-raw-body from 4.2.1 to 4.3.0 ([#345](https://github.com/nodeshift/faas-js-runtime/issues/345)) ([4756c01](https://github.com/nodeshift/faas-js-runtime/commit/4756c01b95e38d7206d9c1eb96d3b2dae896bc15)) + ## [2.3.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.3...v2.3.0) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index c2ce612..6a82593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "dependencies": { "cloudevents": "^8.0.0", diff --git a/package.json b/package.json index bef0b02..cafbc7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.3.1", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git"