Skip to content

Commit 6cfb958

Browse files
chore(main): release 3.0.5
1 parent 69104f7 commit 6cfb958

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

CHANGELOG.md

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

3+
## [3.0.5](https://github.com/netlify/functions/compare/v3.0.4...v3.0.5) (2025-05-19)
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+
* **deps:** update dependency @netlify/serverless-functions-api to v1.41.2 ([#610](https://github.com/netlify/functions/issues/610)) ([7157bb7](https://github.com/netlify/functions/commit/7157bb739748a90edadb0b4d9476747d3a79584f))
13+
314
## [3.0.4](https://github.com/netlify/functions/compare/v3.0.3...v3.0.4) (2025-03-20)
415

516

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -76,7 +76,7 @@
7676
"@netlify/serverless-functions-api": "1.41.2"
7777
},
7878
"devDependencies": {
79-
"@arethetypeswrong/cli": "^0.18.0",
79+
"@arethetypeswrong/cli": "^0.17.0",
8080
"@commitlint/cli": "^19.0.0",
8181
"@commitlint/config-conventional": "^19.0.0",
8282
"@netlify/eslint-config-node": "^7.0.1",

0 commit comments

Comments
 (0)