Skip to content

Commit 7b6e93d

Browse files
chore(main): release 3.0.5
1 parent 43e8b9c commit 7b6e93d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.0.5](https://github.com/netlify/functions/compare/v3.0.4...v3.0.5) (2025-05-09)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/serverless-functions-api to v1.37.0 ([#593](https://github.com/netlify/functions/issues/593)) ([e225af0](https://github.com/netlify/functions/commit/e225af07f41a90339cb6bc33724251b48608bd39))
9+
* **deps:** update dependency @netlify/serverless-functions-api to v1.38.0 ([#602](https://github.com/netlify/functions/issues/602)) ([0464f61](https://github.com/netlify/functions/commit/0464f61713202c53f56ec018caf57bc662026f10))
10+
* **deps:** update dependency @netlify/serverless-functions-api to v1.41.0 ([#605](https://github.com/netlify/functions/issues/605)) ([eddcf55](https://github.com/netlify/functions/commit/eddcf55b92c0df45d891ef946e2fa9068869bd9c))
11+
* **deps:** update dependency @netlify/serverless-functions-api to v1.41.1 ([#606](https://github.com/netlify/functions/issues/606)) ([43e8b9c](https://github.com/netlify/functions/commit/43e8b9c4c346a064df79a59290448893c1878c0c))
12+
313
## [3.0.4](https://github.com/netlify/functions/compare/v3.0.3...v3.0.4) (2025-03-20)
414

515

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": "3.0.4",
28+
"version": "3.0.5",
2929
"description": "JavaScript utilities for Netlify Functions",
3030
"files": [
3131
"dist/**/*.js",

0 commit comments

Comments
 (0)