Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 2461bfa

Browse files
chore(main): release 2.8.1
1 parent 7fd4e3e commit 2461bfa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.8.1](https://github.com/netlify/functions/compare/v2.8.0...v2.8.1) (2024-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.18.5 ([#511](https://github.com/netlify/functions/issues/511)) ([ca1bf8b](https://github.com/netlify/functions/commit/ca1bf8b865e91ccc06d3d618303d5ec7fb3ce731))
9+
* **deps:** update dependency @netlify/serverless-functions-api to v1.19.0 ([#513](https://github.com/netlify/functions/issues/513)) ([e16fc5e](https://github.com/netlify/functions/commit/e16fc5eb096232740a1a6d0590cf677a7bb9f4a1))
10+
* **deps:** update dependency @netlify/serverless-functions-api to v1.19.1 ([#514](https://github.com/netlify/functions/issues/514)) ([7fd4e3e](https://github.com/netlify/functions/commit/7fd4e3e63b08aca79fc7958f8a7847c75c274eb6))
11+
312
## [2.8.0](https://github.com/netlify/functions/compare/v2.7.0...v2.8.0) (2024-06-20)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)