Skip to content

Commit c31d22f

Browse files
chore(main): release 2.8.2
1 parent 111a69c commit c31d22f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.8.2](https://github.com/netlify/functions/compare/v2.8.1...v2.8.2) (2024-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **deps:** update dependency @netlify/serverless-functions-api to v1.23.1 ([#526](https://github.com/netlify/functions/issues/526)) ([08fee85](https://github.com/netlify/functions/commit/08fee851914eaa5f6be2cded1c57703855de4415))
12+
* **deps:** update dependency @netlify/serverless-functions-api to v1.24.0 ([#527](https://github.com/netlify/functions/issues/527)) ([50b3d97](https://github.com/netlify/functions/commit/50b3d975e989be741fedb045b5b90e2c2fb30b99))
13+
* **deps:** update dependency @netlify/serverless-functions-api to v1.24.1 ([#531](https://github.com/netlify/functions/issues/531)) ([4bd6f44](https://github.com/netlify/functions/commit/4bd6f44ceb83c707612f44f91207c098377c2d14))
14+
* **deps:** update dependency @netlify/serverless-functions-api to v1.25.0 ([#532](https://github.com/netlify/functions/issues/532)) ([111a69c](https://github.com/netlify/functions/commit/111a69cace9042428d96428a1236f8a3bcf7b307))
15+
316
## [2.8.1](https://github.com/netlify/functions/compare/v2.8.0...v2.8.1) (2024-07-04)
417

518

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
}
2727
},
28-
"version": "2.8.1",
28+
"version": "2.8.2",
2929
"description": "JavaScript utilities for Netlify Functions",
3030
"files": [
3131
"dist/**/*.js",

0 commit comments

Comments
 (0)