diff --git a/CHANGELOG.md b/CHANGELOG.md index 6876f85d..3d3eb331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.8.3](https://github.com/netlify/functions/compare/v2.8.2...v2.8.3) (2024-10-11) + + +### Bug Fixes + +* **deps:** update dependency @netlify/serverless-functions-api to v1.27.0 ([#535](https://github.com/netlify/functions/issues/535)) ([e8c1f2a](https://github.com/netlify/functions/commit/e8c1f2a02354c5a2d22127da5e3545b9f9c5924a)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.28.0 ([#537](https://github.com/netlify/functions/issues/537)) ([bdae8aa](https://github.com/netlify/functions/commit/bdae8aa9b9671d7cf8af2bb2e028dd9c46198acb)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.28.1 ([#538](https://github.com/netlify/functions/issues/538)) ([c4679d9](https://github.com/netlify/functions/commit/c4679d9fd7e6622f3d4dcc07d167f1758de0ef57)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.29.0 ([#539](https://github.com/netlify/functions/issues/539)) ([10d035d](https://github.com/netlify/functions/commit/10d035d7f23cff977911a083e0bddd8c10cbf1a8)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.29.1 ([#540](https://github.com/netlify/functions/issues/540)) ([ba477e6](https://github.com/netlify/functions/commit/ba477e67dc3d6dcc41cfcad5eafd8982ca5c130c)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.30.1 ([#541](https://github.com/netlify/functions/issues/541)) ([53b7bd0](https://github.com/netlify/functions/commit/53b7bd093957fbccb75a486497fd1b8b797411a5)) + ## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 2c84c6fc..06d4f89e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "2.8.2", + "version": "2.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "2.8.2", + "version": "2.8.3", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.30.1" diff --git a/package.json b/package.json index aa926d90..c0389e22 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } } }, - "version": "2.8.2", + "version": "2.8.3", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",