diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cffef30..be9a69f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-09) + + +### Bug Fixes + +* **deps:** update dependency @netlify/serverless-functions-api to v1.21.0 ([#515](https://github.com/netlify/functions/issues/515)) ([b8cf1e8](https://github.com/netlify/functions/commit/b8cf1e8f5c1cff41847b78f96d549bd32d8ae3ca)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.22.0 ([#519](https://github.com/netlify/functions/issues/519)) ([8b7d564](https://github.com/netlify/functions/commit/8b7d564b2c9a88437a0956f60da8b4f3633a67dc)) +* **deps:** update dependency @netlify/serverless-functions-api to v1.23.0 ([#523](https://github.com/netlify/functions/issues/523)) ([e81d740](https://github.com/netlify/functions/commit/e81d740530e005a56c7e85ed2f4eba6a5eab264d)) + ## [2.8.1](https://github.com/netlify/functions/compare/v2.8.0...v2.8.1) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 07fa5f97..98cbad0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/functions", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/functions", - "version": "2.8.1", + "version": "2.8.2", "license": "MIT", "dependencies": { "@netlify/serverless-functions-api": "1.23.0" diff --git a/package.json b/package.json index 6f43c518..44d79dbf 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } } }, - "version": "2.8.1", + "version": "2.8.2", "description": "JavaScript utilities for Netlify Functions", "files": [ "dist/**/*.js",